BoxSet QML Type
Building block for box-and-whiskers chart. More...
Import Statement: | import QtCharts 2.1 |
Instantiates: | QBoxSet |
Properties
Signals
- onBrushChanged()
- onChangedValue(int index)
- onChangedValues()
- onCleared()
- onClicked()
- onDoubleClicked()
- onHovered(bool status)
- onPenChanged()
- onPressed()
- onReleased()
Methods
Detailed Description
BoxSet represents one box-and-whiskers item. It takes five values to create a graphical representation of range and three medians. There are two ways to give the values. The first one is with constructor or with append method. In these the values have to be given in the following order: lower extreme, lower quartile, median, upper quartile and upper extreme. The second method is to create an empty QBoxSet instance and give the values using value specific methods.
See also BoxPlotSeries.
Property Documentation
Signal Documentation
This signal is emitted values the value in the box-and-whiskers item has been modified. Parameter index indicates the position of the modified value.
This signal is emitted when multiple values have been changed on the box-and-whiskers item.
This signal is emitted when the user clicks with a mouse on top of box-and-whiskers item.
This signal is emitted when the user doubleclicks with a mouse on top of box-and-whiskers item.
The signal is emitted if mouse is hovered on top of box-and-whiskers item. Parameter status is true, if mouse entered on top of the item, and false if mouse left from top of the item.
This signal is emitted when the user presses with a mouse on top of box-and-whiskers item.
This signal is emitted when the user releases with a mouse on top of box-and-whiskers item.