TickLabelLayout

enum TickLabelLayout : Enum<TickLabelLayout>

Layout of the label on an AxisRenderer.

See also

Entries

BeforeTick
Link copied to clipboard
common
Label is place before (in the axis direction) the tick.
OnTick
Link copied to clipboard
common
The center of the label is aligned with the tick position.
AfterTick
Link copied to clipboard
common
Label is place after (in the axis direction) the tick.