Uses of Class
com.vaadin.flow.component.charts.events.ChartDrillupEvent
-
Packages that use ChartDrillupEvent Package Description com.vaadin.flow.component.charts -
-
Uses of ChartDrillupEvent in com.vaadin.flow.component.charts
Method parameters in com.vaadin.flow.component.charts with type arguments of type ChartDrillupEvent Modifier and Type Method Description Registration
Chart. addChartDrillupListener(ComponentEventListener<ChartDrillupEvent> listener)
Adds chart drillup listener, which will be notified of clicks on the 'Back to previous series' button.
-