BarAxisStyle

data class BarAxisStyle(val visible: Boolean, val color: Color, val lineWidth: Dp, val xLabels: AxisLabelStyle, val yLabels: AxisLabelStyle)(source)

Axis configuration for vertical bar and histogram charts.

Constructors

Link copied to clipboard
constructor(visible: Boolean, color: Color, lineWidth: Dp, xLabels: AxisLabelStyle, yLabels: AxisLabelStyle)

Properties

Link copied to clipboard

The axis line color.

Link copied to clipboard

The axis line stroke width in density-independent pixels.

Link copied to clipboard

Whether the left Y-axis line and baseline are visible.

Link copied to clipboard

X-axis label configuration.

Link copied to clipboard

Y-axis label configuration.