XYChart QML Type
A base class for Charts that are based on an X/Y grid. More...
Properties
Detailed Description
Property Documentation
direction : enumeration |
Which direction this chart's X axis runs.
Constant | Description |
---|---|
XYChart.ZeroAtStart | Zero is at the beginning of the chart, values run from begin to end. |
XYChart.ZeroAtEnd | Zero is at the end of the chart, values run from end to begin. |
stacked : bool |
Whether the values of each value source should be stacked.
When true, Y values will be added on top of each other. The precise meaning of this property depends on the specific chart. The default is false.
xRange : RangeGroup |
The range of values on the X axis.
yRange : RangeGroup |
The range of values on the Y axis.