KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
PlotDisplayElement
Plot
Display
Element
@
Serializable
data
class
PlotDisplayElement
(
val
responseName
:
String
,
val
position
:
LayoutPoint
,
val
width
:
Double
=
220.0
,
val
height
:
Double
=
110.0
,
val
windowDuration
:
Double
?
=
null
,
val
color
:
String
=
"#1f77b4"
,
val
label
:
String
?
=
null
)
(
source
)
A live time-series plot bound to a response/counter (by
responseName
).
Members
Constructors
Plot
Display
Element
Link copied to clipboard
constructor
(
responseName
:
String
,
position
:
LayoutPoint
,
width
:
Double
=
220.0
,
height
:
Double
=
110.0
,
windowDuration
:
Double
?
=
null
,
color
:
String
=
"#1f77b4"
,
label
:
String
?
=
null
)
Properties
color
Link copied to clipboard
val
color
:
String
height
Link copied to clipboard
val
height
:
Double
label
Link copied to clipboard
val
label
:
String
?
position
Link copied to clipboard
val
position
:
LayoutPoint
response
Name
Link copied to clipboard
val
responseName
:
String
width
Link copied to clipboard
val
width
:
Double
window
Duration
Link copied to clipboard
val
windowDuration
:
Double
?