ConstantLine

data class ConstantLine<X, Y>(val value: Y) : AreaBaseline<X, Y>

Specifies that the area should be drawn to a constant y-axis value across the x-axis range.

Constructors

Link copied to clipboard
constructor(value: Y)

Properties

Link copied to clipboard
val value: Y