Uses of Class
com.vaadin.flow.component.charts.events.PointUnselectEvent
Packages that use PointUnselectEvent
-
Uses of PointUnselectEvent in com.vaadin.flow.component.charts
Method parameters in com.vaadin.flow.component.charts with type arguments of type PointUnselectEventModifier and TypeMethodDescriptionChart.addPointUnselectListener
(ComponentEventListener<PointUnselectEvent> listener) Adds a point unselect listener, which will be notified when a data point is unselected.