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