PieChart.Point

API: Internal/Beta

data class Point(
    val name: String,
    val value: Double,
)
Properties
name: String
value: Double