vico
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
vico
views
/
com.patrykandpatrick.vico.views.pie.data
/
PieValueFormatter
Pie
Value
Formatter
fun
interface
PieValueFormatter
Formats pie-chart values.
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 slice at
index
.