toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.components.trend.data
/
CurvePoint
Curve
Point
data
class
CurvePoint
(
val
xValue
:
Number
,
val
yValue
:
Number
,
val
status
:
Number
)
Members
Constructors
Curve
Point
Link copied to clipboard
constructor
(
xValue
:
Number
,
yValue
:
Number
,
status
:
Number
)
Properties
status
Link copied to clipboard
val
status
:
Number
x
Value
Link copied to clipboard
val
xValue
:
Number
y
Value
Link copied to clipboard
val
yValue
:
Number