drawYAxisLabels

fun DrawScope.drawYAxisLabels(values: List<Float>, spacing: Float, textColor: Color = Color.Black)

Draws Y-axis labels for a list of values.

Parameters

values

The list of values.

spacing

The spacing between labels.

textColor

The color of the text labels.