BoxPlotHorizontal QML Type
Displays a vertical box plot. More...
| Import Statement: | import QuickGraphLib.GraphItems |
| Inherits: |
Properties
- boxHeight : double
- dataTransform : matrix4x4
- position : double
- quartile0 : double
- quartile1 : double
- quartile2 : double
- quartile3 : double
- quartile4 : double
- whiskerHeight : double
Detailed Description
Property Documentation
boxHeight : double |
The height of the box in data coordinates.
dataTransform : matrix4x4 |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
position : double |
The Y position of the plot in data coordinates.
quartile0 : double |
The position of the Q0 whisker (minimum) in data coordinates.
quartile1 : double |
The position of the Q1 line (first quartile) in data coordinates.
quartile2 : double |
The position of the Q2 line (median) in data coordinates.
quartile3 : double |
The position of the Q3 line (third quartile) in data coordinates.
quartile4 : double |
The position of the Q4 whisker (maxiumum) in data coordinates.
whiskerHeight : double |
The height of the whiskers in data coordinates.