AxisStyle

constructor(color: Color = Color.Black, majorTickSize: Dp = 0.dp, minorTickSize: Dp = 0.dp, tickPosition: TickPosition = TickPosition.None, lineWidth: Dp = 1.dp, labelRotation: Int = 0)

Parameters

labelRotation

Rotation angle, in degrees, to apply to the axis labels. Increasing values result in counter-clockwise rotation. Valid values are between 0 and 90.