Class ChartRedrawEvent

  • All Implemented Interfaces:
    Serializable

    @DomEvent("chart-redraw")
    public class ChartRedrawEvent
    extends com.vaadin.flow.component.ComponentEvent<Chart>
    Fired after a chart is redrawn
    See Also:
    Serialized Form
    • Constructor Detail

      • ChartRedrawEvent

        public ChartRedrawEvent​(Chart source,
                                boolean fromClient)