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 Class
com.vaadin.flow.component.charts.Chart
Packages that use Chart
Package
Description
-
Uses of Chart in com.vaadin.flow.component.charts
Classes in com.vaadin.flow.component.charts with type parameters of type Chart -
Uses of Chart in com.vaadin.flow.component.charts.events
Methods in com.vaadin.flow.component.charts.events that return ChartConstructors in com.vaadin.flow.component.charts.events with parameters of type ChartModifierConstructorDescriptionChartAddSeriesEvent
(Chart source, boolean fromClient, String name, elemental.json.JsonArray data) Constructs a ChartAddSeriesEvent
ChartAfterPrintEvent
(Chart source, boolean fromClient) Constructs a ChartAfterPrintEvent
ChartBeforePrintEvent
(Chart source, boolean fromClient) Constructs a ChartBeforePrintEvent
ChartClickEvent
(Chart source, boolean fromClient, Double x, Double y, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button) Constructs a ChartClickEvent
ChartDrillupAllEvent
(Chart source, boolean fromClient) Constructs a ChartDrillupAllEvent
ChartDrillupEvent
(Chart source, boolean fromClient) Constructs a ChartDrillupEvent
ChartLoadEvent
(Chart source, boolean fromClient) Constructs a ChartLoadEvent
ChartRedrawEvent
(Chart source, boolean fromClient) ChartSelectionEvent
(Chart source, boolean fromClient, Double selectionStart, Double selectionEnd, Double valueStart, Double valueEnd) Construct a ChartSelectionEvent
DrilldownEvent
(Chart source, boolean fromClient, String drilldown, String category, Double x, Double y, int pointIndex, String pointId, int seriesIndex) Construct a ChartDrilldownEvent
PointClickEvent
(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, double x, double y, int seriesIndex, String category, int pointIndex, String pointId) Constructs a PointClickEvent
PointLegendItemClickEvent
(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, int seriesIndex, String category, int pointIndex, String pointId) Constructs a SeriesLegendItemClickEvent
PointMouseOutEvent
(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category) PointMouseOverEvent
(Chart source, boolean fromClient, int seriesIndex, int pointIndex, String pointId, String category) PointRemoveEvent
(Chart source, boolean fromClient, int seriesIndex, String category, double x, double y, int pointIndex, String pointId) PointSelectEvent
(Chart source, boolean fromClient, int seriesIndex, String category, int pointIndex, String pointId) PointUnselectEvent
(Chart source, boolean fromClient, int seriesIndex, String category, int pointIndex, String pointId) PointUpdateEvent
(Chart source, boolean fromClient, int seriesIndex, String category, int pointIndex, String pointId, Double oldXValue, Double oldYValue, Double newXValue, Double newYValue) SeriesAfterAnimateEvent
(Chart source, boolean fromClient, int seriesIndex) SeriesCheckboxClickEvent
(Chart source, boolean fromClient, boolean isChecked, int seriesIndex) Constructs a SeriesCheckboxClickEvent
SeriesClickEvent
(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, double x, double y, int seriesIndex) SeriesHideEvent
(Chart source, boolean fromClient, int seriesIndex) SeriesLegendItemClickEvent
(Chart source, boolean fromClient, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button, int seriesIndex) Constructs a SeriesLegendItemClickEvent
SeriesMouseOutEvent
(Chart source, boolean fromClient, int seriesIndex) SeriesMouseOverEvent
(Chart source, boolean fromClient, int seriesIndex) SeriesShowEvent
(Chart source, boolean fromClient, int seriesIndex) XAxesExtremesSetEvent
(Chart source, boolean fromClient, double min, double max, int axisIndex) YAxesExtremesSetEvent
(Chart source, boolean fromClient, double min, double max, int axisIndex) -
Uses of Chart in com.vaadin.testbench.unit
Methods in com.vaadin.testbench.unit that return types with arguments of type ChartMethods in com.vaadin.testbench.unit with parameters of type Chart