We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.charts.events.internal.
Class DataRemovedEvent
java.lang.Object
com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
All Implemented Interfaces:
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
-