vico
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
vico
compose
/
com.patrykandpatrick.vico.compose.pie.data
/
PieValueFormatter
Pie
Value
Formatter
fun
interface
PieValueFormatter
Formats pie-chart values for display.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
format
Link copied to clipboard
abstract
fun
format
(
context
:
PieChartMeasuringContext
,
value
:
Float
,
index
:
Int
)
:
CharSequence
Formats the value at
index
.