ChartValueFormatter

Formats a raw chart value for display.

Used for axis labels, tooltips, and chart-specific value readouts. Implementations should be deterministic for a given input.

Functions

Link copied to clipboard
abstract fun format(value: Double): String