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 TypeMethodDescriptionChart.addPointUpdateListener
(ComponentEventListener<PointUpdateEvent> listener) Adds a point update listener, which will be notified when a data point is updated.