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 ChartAddSeriesEventChartAfterPrintEvent
(Chart source, boolean fromClient) Constructs a ChartAfterPrintEventChartBeforePrintEvent
(Chart source, boolean fromClient) Constructs a ChartBeforePrintEventChartClickEvent
(Chart source, boolean fromClient, Double x, Double y, int pageX, int pageY, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey, int button) Constructs a ChartClickEventChartDrillupAllEvent
(Chart source, boolean fromClient) Constructs a ChartDrillupAllEventChartDrillupEvent
(Chart source, boolean fromClient) Constructs a ChartDrillupEventChartLoadEvent
(Chart source, boolean fromClient) Constructs a ChartLoadEventChartRedrawEvent
(Chart source, boolean fromClient) ChartSelectionEvent
(Chart source, boolean fromClient, Double selectionStart, Double selectionEnd, Double valueStart, Double valueEnd) Construct a ChartSelectionEventDrilldownEvent
(Chart source, boolean fromClient, String drilldown, String category, Double x, Double y, int pointIndex, String pointId, int seriesIndex) Construct a ChartDrilldownEventPointClickEvent
(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 PointClickEventPointLegendItemClickEvent
(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 SeriesLegendItemClickEventPointMouseOutEvent
(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 SeriesCheckboxClickEventSeriesClickEvent
(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 SeriesLegendItemClickEventSeriesMouseOutEvent
(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