formatValue

open override fun formatValue(value: Float, chartValues: ChartValues): String

Called to format axis labels and data labels.

Return

a formatted value.

Parameters

value

the value to be formatted.

chartValues

the ChartValues used by the chart.

See also