Builder
class Builder<Position : AxisPosition.Horizontal>(builder: Axis.Builder<Position>? = null) : Axis.Builder<Position>
A subclass of Axis.Builder used to build HorizontalAxis instances.
Properties
Link copied to clipboard
Determines for what x values the HorizontalAxis is to display labels, ticks, and guidelines.
Link copied to clipboard
The number of labels (and, for HorizontalLayout.FullWidth, their corresponding ticks and guidelines) to skip from the start.
Link copied to clipboard
How often labels (and their corresponding ticks and guidelines) should be drawn.
Functions
Link copied to clipboard
Creates a HorizontalAxis instance with the properties from this Builder.