toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.components.trend.data
/
GridType
Grid
Type
data
class
GridType
(
var
auto
:
Boolean
=
true
,
var
state
:
GridState
=
GridState.NONE
,
var
aboveDistance
:
Double
=
10.0
,
var
belowDistance
:
Double
=
10.0
,
var
refValue
:
Double
=
0.0
,
var
unit
:
Int
)
Класс для хранения параметров линий сетки на графике
Members
Constructors
Grid
Type
Link copied to clipboard
constructor
(
auto
:
Boolean
=
true
,
state
:
GridState
=
GridState.NONE
,
aboveDistance
:
Double
=
10.0
,
belowDistance
:
Double
=
10.0
,
refValue
:
Double
=
0.0
,
unit
:
Int
)
Properties
above
Distance
Link copied to clipboard
var
aboveDistance
:
Double
auto
Link copied to clipboard
var
auto
:
Boolean
below
Distance
Link copied to clipboard
var
belowDistance
:
Double
ref
Value
Link copied to clipboard
var
refValue
:
Double
state
Link copied to clipboard
var
state
:
GridState
unit
Link copied to clipboard
var
unit
:
Int