Axis Config
constructor(showAxes: Boolean, showGridLines: Boolean, showGridLabel: Boolean, axisStroke: Float, minLabelCount: Int, axisColor: Color, gridColor: Color = axisColor.copy(alpha = 0.5F))
Parameters
show Axes
Whether to show the axes.
show Grid Lines
Whether to show the grid lines.
show Grid Label
Whether to show the grid labels.
axis Stroke
The stroke width of the axes.
min Label Count
The minimum number of labels to display.
axis Color
The color of the axes.
grid Color
The color of the grid lines. Defaults to a slightly transparent version of the axis color.