TickLabel QML Type

A single tick label. More...

Import Statement: import QuickGraphLib
Inherits:

Text

Properties

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 [required]

Number of decimal points to show.


direction : int [required]

The direction of the Axis this tick is part of.

See also Axis::direction.


position : point [required]

The position of the tick in pixels.


value : double [required]

The data value of the tick.