You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.charts.events.internal.

Class DataRemovedEvent

    • Constructor Detail

      • DataRemovedEvent

        public DataRemovedEvent​(Series series,
                                int index)

        Constructs the event with given series and index of the removed data.

        Parameters:

        series - Series.

        index - Index.

    • Method Detail

      • getIndex

        public int getIndex()

        Returns index of the removed data point.

        Returns:

        index of the removed data point