com.vaadin.flow.component.charts.events.

Class ChartDrillupAllEvent

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

All Implemented Interfaces:

Serializable

@DomEvent("chart-drillupall") public class ChartDrillupAllEvent extends ComponentEvent<Chart>

ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series

See Also:

  • Constructor Details

    • ChartDrillupAllEvent

      public ChartDrillupAllEvent(Chart source, boolean fromClient)

      Constructs a ChartDrillupAllEvent

      Parameters:

      source -

      fromClient -