HighlightEvent

class HighlightEvent<DOMAIN> : ChartEvent

A "highlight event" is generally triggered when a user interacts with a Mark by rolling over it.

Parameters

data

the list of Datum to highlight.

Constructors

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

Properties

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