Bar Axis Style
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)