BoxPlotVertical QML Type

Displays a vertical box plot. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

Property Documentation

boxWidth : double [required]

The width of the box in data coordinates.


dataTransform : matrix4x4 [required]

Must be assigned the data transform of the graph area this axis is paired to.

See also GraphArea::dataTransform.


position : double [required]

The X position of the plot in data coordinates.


quartile0 : double [required]

The position of the Q0 whisker (minimum) in data coordinates.


quartile1 : double [required]

The position of the Q1 line (first quartile) in data coordinates.


quartile2 : double [required]

The position of the Q2 line (median) in data coordinates.


quartile3 : double [required]

The position of the Q3 line (third quartile) in data coordinates.


quartile4 : double [required]

The position of the Q4 whisker (maxiumum) in data coordinates.


whiskerWidth : double [required]

The width of the whiskers in data coordinates.