Package-level declarations

Types

Link copied to clipboard
data class CircleData(val yValue: Float, val xValue: Any, val color: Color) : ChartData

Represents the data for a circle in a chart.