Uses of Class
com.vaadin.flow.component.charts.events.PointUpdateEvent
Packages that use PointUpdateEvent
-
Uses of PointUpdateEvent in com.vaadin.flow.component.charts
Method parameters in com.vaadin.flow.component.charts with type arguments of type PointUpdateEventModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationChart.addPointUpdateListener(com.vaadin.flow.component.ComponentEventListener<PointUpdateEvent> listener) Adds a point update listener, which will be notified when a data point is updated.