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 ChartBeforePrintEvent

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

All Implemented Interfaces:

Serializable

@DomEvent("chart-before-print") public class ChartBeforePrintEvent extends ComponentEvent<Chart>

Fired before a chart is printed using the print menu

See Also:

  • Constructor Details

    • ChartBeforePrintEvent

      public ChartBeforePrintEvent(Chart source, boolean fromClient)

      Constructs a ChartBeforePrintEvent

      Parameters:

      source -

      fromClient -