AxisConfig

constructor(showAxes: Boolean, showGridLines: Boolean, showGridLabel: Boolean, axisStroke: Float, minLabelCount: Int, axisColor: Color, gridColor: Color = axisColor.copy(alpha = 0.5F))

Parameters

showAxes

Whether to show the axes.

showGridLines

Whether to show the grid lines.

showGridLabel

Whether to show the grid labels.

axisStroke

The stroke width of the axes.

minLabelCount

The minimum number of labels to display.

axisColor

The color of the axes.

gridColor

The color of the grid lines. Defaults to a slightly transparent version of the axis color.