ArbitraryLine

data class ArbitraryLine<X, Y>(val values: List<Point<X, Y>>) : AreaBaseline<X, Y>

Specifies an arbitrary line to which the area should be drawn. The number of values and their x-axis coordinates must match the data provided to LineChart.

Constructors

Link copied to clipboard
constructor(values: List<Point<X, Y>>)

Properties

Link copied to clipboard
val values: List<Point<X, Y>>