AxisLabelStyle

data class AxisLabelStyle(val visible: Boolean, val color: Color, val size: TextUnit, val count: Int)(source)

Axis label configuration shared by Cartesian charts.

Constructors

Link copied to clipboard
constructor(visible: Boolean, color: Color, size: TextUnit, count: Int)

Properties

Link copied to clipboard

The label color.

Link copied to clipboard
val count: Int

Maximum or target number of labels to render.

Link copied to clipboard

The label text size.

Link copied to clipboard

Whether the labels are visible.