LineChart.Point

API: Internal/Beta

data class Point(
    val timestamp: Long,
    val value: Double,
)
Properties
timestamp: Long
value: Double