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 AbstractSeriesEvent

  • java.lang.Object
    • com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
    • Constructor Detail

      • AbstractSeriesEvent

        public AbstractSeriesEvent​(Series series)

        Constructs the event, storing the information about the series.

        Parameters:

        series - Series the event deals with.

    • Method Detail

      • getSeries

        public Series getSeries()

        Returns the affected series

        Returns:

        The affected series.