ticks

fun ticks(getTicks: () -> List<VALUE>)

Specify the lambda to retrieve ticks.

var ticks: List<VALUE>? = null

Specify a List of VALUES for the ticks, if none is defined, this Axis will compute its own ticks.