Uses of Class
com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
Packages that use ChartDrillupAllEvent
-
Uses of ChartDrillupAllEvent in com.vaadin.flow.component.charts
Method parameters in com.vaadin.flow.component.charts with type arguments of type ChartDrillupAllEventModifier and TypeMethodDescriptionChart.addChartDrillupAllListener
(ComponentEventListener<ChartDrillupAllEvent> listener) Adds chart drillupall listener, which will be notified after all the series have been drilled up in a chart with multiple drilldown series.