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

Class ChartRedrawEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Chart>
com.vaadin.flow.component.charts.events.ChartRedrawEvent

All Implemented Interfaces:

Serializable

@DomEvent("chart-redraw") public class ChartRedrawEvent extends ComponentEvent<Chart>

Fired after a chart is redrawn

See Also:

  • Constructor Details

    • ChartRedrawEvent

      public ChartRedrawEvent(Chart source, boolean fromClient)