XYChart QML Type

A base class for Charts that are based on an X/Y grid. More...

Import Statement: import org.kde.quickcharts
Inherits:

Chart

Inherited By:

BarChart and LineChart

Properties

Detailed Description

Property Documentation

direction : enumeration

Which direction this chart's X axis runs.

ConstantDescription
XYChart.ZeroAtStartZero is at the beginning of the chart, values run from begin to end.
XYChart.ZeroAtEndZero 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.