toggle menu
Koala Plot Core
0.6.0
common
switch theme
search in API
Koala Plot Core
/
io.github.koalaplot.core.line
/
AreaBaseline
/
ConstantLine
Constant
Line
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.
Members
Constructors
Constant
Line
Link copied to clipboard
constructor
(
value
:
Y
)
Properties
value
Link copied to clipboard
val
value
:
Y