TickLabel QML Type
A single tick label. More...
Import Statement: | import QuickGraphLib |
Inherits: |
Properties
- decimalPoints : int
- direction : int
- position : point
- value : double
Detailed Description
This is the default implementation of a tick label. To customise how labels are shown, you can subclass this and override the Text::text property.
See also Axis.
Property Documentation
decimalPoints : int |
Number of decimal points to show.
direction : int |
The direction of the Axis this tick is part of.
See also Axis::direction.
position : point |
The position of the tick in pixels.
value : double |
The data value of the tick.