BoxPlotVertical QML Type
Displays a vertical box plot. More...
| Import Statement: | import QuickGraphLib.GraphItems |
| Inherits: |
Properties
- boxWidth : double
- dataTransform : matrix4x4
- position : double
- quartile0 : double
- quartile1 : double
- quartile2 : double
- quartile3 : double
- quartile4 : double
- whiskerWidth : double
Detailed Description
Property Documentation
boxWidth : double |
The width 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 X 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.
whiskerWidth : double |
The width of the whiskers in data coordinates.