Builder

open class Builder<Position : AxisPosition>(builder: Axis.Builder<Position>? = null)

Used to construct Axis instances.

Inheritors

Constructors

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

Properties

Link copied to clipboard

The LineComponent to use for the axis line.

Link copied to clipboard

The LineComponent to use for guidelines.

Link copied to clipboard

The TextComponent to use for labels.

Link copied to clipboard

The rotation of axis labels (in degrees).

Link copied to clipboard

Used by Axis subclasses for sizing and layout.

Link copied to clipboard

The LineComponent to use for axis ticks.

Link copied to clipboard

The tick length (in dp).

Link copied to clipboard

The axis title.

Link copied to clipboard

An optional TextComponent to use as the axis title.

Link copied to clipboard

Functions

Link copied to clipboard

A convenience function that allows for applying the properties from an Axis.Builder to an Axis subclass.