ChartDataPoint

data class ChartDataPoint<X, Y>(val x: X, val y: Y)

Constructors

Link copied to clipboard
constructor(x: X, y: Y)

Properties

Link copied to clipboard
val x: X
Link copied to clipboard
val y: Y