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