DateTimeAxis QML Type
The DateTimeAxis element is used for manipulating chart's axes. More...
Import Statement: | import QtCharts 2.1 |
Instantiates: | QDateTimeAxis |
Inherits: |
Properties
Signals
- onFormatChanged(string format)
- onMaxChanged(datetime max)
- onMinChanged(datetime min)
- tickCountChanged(int tickCount)
Detailed Description
The labels can be configured by setting an appropriate DateTime format. Note that any date before 4714 BCE or after about 1.4 million CE may not be accurately stored. DateTimeAxis can be setup to show axis line with tick marks, grid lines and shades.
Property Documentation
Defines the maximum value on the axis. When setting this property the min is adjusted if necessary, to ensure that the range remains valid.
Defines the minimum value on the axis. When setting this property the max is adjusted if necessary, to ensure that the range remains valid.