Class ChartDrillupAllEvent

  • All Implemented Interfaces:
    Serializable

    @DomEvent("chart-drillupall")
    public class ChartDrillupAllEvent
    extends com.vaadin.flow.component.ComponentEvent<Chart>
    ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series
    See Also:
    Serialized Form
    • Constructor Detail

      • ChartDrillupAllEvent

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