toggle menu
plotly-kt
0.7.1.1
common
switch theme
search in API
plotlykt-core
/
space.kscience.plotly.events
/
PlotlyEventPoint
Plotly
Event
Point
data
class
PlotlyEventPoint
(
val
curveNumber
:
Int
,
val
data
:
JsonElement
,
val
pointNumber
:
Int
?
=
null
,
val
x
:
Value
?
=
null
,
val
y
:
Value
?
=
null
)
Members
Constructors
Plotly
Event
Point
Link copied to clipboard
constructor
(
curveNumber
:
Int
,
data
:
JsonElement
,
pointNumber
:
Int
?
=
null
,
x
:
Value
?
=
null
,
y
:
Value
?
=
null
)
Properties
curve
Number
Link copied to clipboard
val
curveNumber
:
Int
data
Link copied to clipboard
val
data
:
JsonElement
point
Number
Link copied to clipboard
val
pointNumber
:
Int
?
=
null
x
Link copied to clipboard
val
x
:
Value
?
=
null
y
Link copied to clipboard
val
y
:
Value
?
=
null