Builder

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

Constructors

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

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

Creates a HorizontalAxis instance with the properties from this Builder.