TickValues

interface TickValues<T>

The major and minor tick values for an axis.

Parameters

T

The type of the axis values.

Properties

Link copied to clipboard
abstract val majorTickValues: List<T>
Link copied to clipboard
abstract val minorTickValues: List<T>