PieValueFormatter

fun interface PieValueFormatter

Formats pie-chart values for display.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun format(context: PieChartMeasuringContext, value: Float, index: Int): CharSequence

Formats the value at index.