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. For use with StairstepPlot, the number of values and their x-axis coordinates must match the data provided to StairstepPlot

Constructors

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

Properties

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