Class DataRemovedEvent
java.lang.Object
com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
- All Implemented Interfaces:
Serializable
Event when the data was removed.
- Since:
- 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataRemovedEvent
(Series series, int index) Constructs the event with given series and index of the removed data. -
Method Summary
Methods inherited from class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
getSeries
-
Constructor Details
-
DataRemovedEvent
Constructs the event with given series and index of the removed data.- Parameters:
series
- Series.index
- Index.
-
-
Method Details
-
getIndex
public int getIndex()Returns index of the removed data point.- Returns:
- index of the removed data point
-