Builder
class Builder<Position : AxisPosition.Vertical>(builder: Axis.Builder<Position>? = null) : Axis.Builder<Position>
A subclass of Axis.Builder used to build VerticalAxis instances.
Properties
Link copied to clipboard
Defines the horizontal position of each axis label relative to the axis line.
Link copied to clipboard
Determines for what y values this VerticalAxis is to display labels, ticks, and guidelines.
Link copied to clipboard
The label spacing (in dp).
Link copied to clipboard
The maximum label count.
Link copied to clipboard
Defines the vertical position of each axis label relative to its corresponding tick.
Functions
Link copied to clipboard
Creates a VerticalAxis instance with the properties from this Builder.