tickValues

open override val tickValues: List<VALUE>

Produces a List of VALUE that will be used to place "ticks" on an axis.

The tickValues can be manually set with Axis.ticks or generated according to the configuration object AxisConfig.tickCount and the TickSkip behavior.