com.vaadin.flow.component.charts.events.
Package com.vaadin.flow.component.charts.events
-
ClassDescription
The ChartAddSeriesEvent class stores data about new series added to an existing chart.
Fired after a chart is printed using the print menu
Fired before a chart is printed using the print menu
The ChartClickEvent class stores information on click events anywhere on the area of the chart.
ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series
ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
Fired after a chart is loaded
Fired after a chart is redrawn
The ChartSelectionEvent class stores information on selection events on the chart's area.
The DrilldownEvent class stores information on click events in drilldown points
HasAxis<T>Indicates that an event has an associated item
Indicates that an event has an associated series
Helper class to store and transfer mouse event details.
Constants for mouse buttons.
The PointClickEvent class stores data for click events on the points of the chart.
Fired while dragging a point.
Fired when starting to drag a point.
Fired when the point is dropped.
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.
Fired when the mouse exits the neighborhood of a point
Fired when the mouse pointer moves within the neighborhood of a point
The PointRemoveEvent class stores data for remove events on the points of the chart
The PointSelectEvent class stores data for select events on the points of the chart.
The PointUnselectEvent class stores data for unselect events on the points of the chart.
The PointUpdateEvent class stores data for update events on the points of the chart
Fired after a chart series is animated
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
The SeriesClickEvent class stores data for click events on the series of the chart.
Fired when a series is hidden
The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.
Fired when the mouse exits the neighborhood of a series
Fired when the mouse moves within the neighborhood of a series
Fired when a series is shown
The XAxesExtremesSetEvent class stores data for set extremes events on the x axes of the chart.
The YAxesExtremesSetEvent class stores data for set extremes events on the y axes of the chart.