Class ChartDrillupEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Chart>
com.vaadin.flow.component.charts.events.ChartDrillupEvent
All Implemented Interfaces:
Serializable

@DomEvent("chart-drillup") public class ChartDrillupEvent extends ComponentEvent<Chart>
ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
See Also:
  • Constructor Details

    • ChartDrillupEvent

      public ChartDrillupEvent(Chart source, boolean fromClient)
      Constructs a ChartDrillupEvent
      Parameters:
      source -
      fromClient -