SelectEvent

class SelectEvent<DOMAIN> : ChartEvent

A "selection event" is generally triggered when a user interacts with a Mark by clicking on it.

Parameters

data

the list of Datum to select.

Constructors

SelectEvent
Link copied to clipboard
common
fun <DOMAIN> SelectEvent(data: Collection<Datum<DOMAIN>>)

Properties

data
Link copied to clipboard
common
val data: Collection<Datum<DOMAIN>>
the list of Datum to select.
propagate
Link copied to clipboard
common
open override val propagate: Boolean
Indicates if this ChartEvent will be propagated to the listeners.