Class ChartSelectionEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Chart>
com.vaadin.flow.component.charts.events.ChartSelectionEvent
All Implemented Interfaces:
Serializable

@DomEvent("chart-selection") public class ChartSelectionEvent extends ComponentEvent<Chart>
The ChartSelectionEvent class stores information on selection events on the chart's area.
See Also: