charty
androidJvm
charty
/
com.himanshoe.charty.pie.model
Package-level
declarations
Types
Types
Pie
Data
Link copied to clipboard
@
Immutable
data
class
PieData
(
val
yValue
:
Float
,
val
xValue
:
Any
,
val
color
:
Color
)
:
ChartData
Represents a data point in a pie chart.