We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.component.charts.events.ClickEvent
Packages that use ClickEvent
-
Uses of ClickEvent in com.vaadin.flow.component.charts.events
Classes in com.vaadin.flow.component.charts.events that implement ClickEventModifier and TypeClassDescriptionclass
The ChartClickEvent class stores information on click events anywhere on the area of the chart.
class
The PointClickEvent class stores data for click events on the points of the chart.
class
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.
class
The SeriesClickEvent class stores data for click events on the series of the chart.
class
The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.