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