Builder

A subclass of Axis.Builder used to build VerticalAxis instances.

Constructors

Link copied to clipboard
constructor(builder: Axis.Builder<Position>? = null)

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
inline fun <T : Position> build(): VerticalAxis<T>

Creates a VerticalAxis instance with the properties from this Builder.