PlotlyEventPoint

data class PlotlyEventPoint(val curveNumber: Int, val data: JsonElement, val pointNumber: Int? = null, val x: Value? = null, val y: Value? = null)

Constructors

Link copied to clipboard
constructor(curveNumber: Int, data: JsonElement, pointNumber: Int? = null, x: Value? = null, y: Value? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val data: JsonElement
Link copied to clipboard
val pointNumber: Int? = null
Link copied to clipboard
val x: Value? = null
Link copied to clipboard
val y: Value? = null