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