Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y Z 

A

AbstractConfigurationObject - Class in com.vaadin.flow.component.charts.model
Abstract base class for model classes to be serialized to JSON.
AbstractConfigurationObject() - Constructor for class com.vaadin.flow.component.charts.model.AbstractConfigurationObject
 
AbstractDataLabels - Class in com.vaadin.flow.component.charts.model
 
AbstractDataLabels() - Constructor for class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
AbstractPlotOptions - Class in com.vaadin.flow.component.charts.model
 
AbstractPlotOptions() - Constructor for class com.vaadin.flow.component.charts.model.AbstractPlotOptions
 
AbstractSeries - Class in com.vaadin.flow.component.charts.model
Abstract base class for series
AbstractSeries() - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeries
 
AbstractSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeries
Constructs a named series
AbstractSeriesBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Custom bean serializer for AbstractSeries that adds the type field.
AbstractSeriesBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
 
AbstractSeriesEvent - Class in com.vaadin.flow.component.charts.events.internal
Base class for series events.
AbstractSeriesEvent(Series) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
Constructs the event, storing the information about the series.
AbstractSeriesItem - Class in com.vaadin.flow.component.charts.model
Abstract superclass for chart series items
AbstractSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.AbstractSeriesItem
 
AbstractSeriesItemEvent - Class in com.vaadin.flow.component.charts.events.internal
Base class for series item events.
AbstractSeriesItemEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a value (without the series item).
AbstractSeriesItemEvent(Series, DataSeriesItem) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a series item (without the value).
Accessibility - Class in com.vaadin.flow.component.charts.model
Options for configuring accessibility for the chart.
Accessibility() - Constructor for class com.vaadin.flow.component.charts.model.Accessibility
 
Accessibility(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Accessibility
 
add(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a data item and immediately updates the chart if it already has been drawn.
add(DataSeriesItem, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a data item and immediately sends an update to the chart if so specified.
add(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Add given item to the series
addAll(TreeSeriesItem...) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Add all the given items to the series
addAxis(T) - Method in class com.vaadin.flow.component.charts.model.AxisList
Adds a new axis to the list
addBackground(Background) - Method in class com.vaadin.flow.component.charts.model.Pane
Adds background to the background array
addButton(RangeSelectorButton) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
Adds button to the buttons array
addCategory(String) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds category to the categories array
addCategory(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds category to the categories array
addCategory(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds category to the categories array
addCategory(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds category to the categories array
addChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the listener to be notified of e.g.
addChartAddSeriesListener(ComponentEventListener<ChartAddSeriesEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart add series listener, which will be notified after a new series is added to the chart
addChartAfterPrintListener(ComponentEventListener<ChartAfterPrintEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart after print listener, which will be notified after the chart is printed using the print menu
addChartBeforePrintListener(ComponentEventListener<ChartBeforePrintEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart before print listener, which will be notified before the chart is printed using the print menu
addChartClickListener(ComponentEventListener<ChartClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds chart click listener, which will be notified of clicks on the chart area
addChartDrillupAllListener(ComponentEventListener<ChartDrillupAllEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds chart drillupall listener, which will be notified after all the series have been drilled up in a chart with multiple drilldown series.
addChartDrillupListener(ComponentEventListener<ChartDrillupEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds chart drillup listener, which will be notified of clicks on the 'Back to previous series' button.
addChartLoadListener(ComponentEventListener<ChartLoadEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart load listener, which will be notified after a chart is loaded
addChartRedrawListener(ComponentEventListener<ChartRedrawEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart redraw listener, which will be notified after a chart is redrawn
addChartSelectionListener(ComponentEventListener<ChartSelectionEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a chart selection listener
addCheckBoxClickListener(ComponentEventListener<SeriesCheckboxClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds checkbox click listener, which will be notified when user has clicked a checkbox in the legend
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds color to the colors array
addColorAxis(ColorAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a color-axis to the configuration
addData(Number[][]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a list of (x,y) data pairs e.g.
addData(Number) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Adds a given number to the series and immediately updates the chart if it already has been drawn.
addData(Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Adds a given number to the series and optionally immediately updates the chart if it has been drawn.
addDrilldownListener(ComponentEventListener<DrilldownEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Sets the Chart drilldown handler that's responsible for returning the drilldown series for each drilldown callback when doing async drilldown
addHeatPoint(int, int, Number) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
Add a single data point to the heat series
addItemWithDrilldown(DataSeriesItem, Series) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data.
addItemWithDrilldown(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data and enables drilldown for it.
addKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Adds key to the keys array
addKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Adds key to the keys array
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds level to the levels array
addPane(Pane) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a pane.
addPane(Pane) - Method in class com.vaadin.flow.component.charts.model.PaneList
Adds a new pane to the list
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds plotBand to the plotBands array
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds plotBand to the plotBands array
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds plotBand to the plotBands array
addPlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds plotBand to the plotBands array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds plotLine to the plotLines array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds plotLine to the plotLines array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds plotLine to the plotLines array
addPlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds plotLine to the plotLines array
addPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds plot options
addPointClickListener(ComponentEventListener<PointClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point click listener, which will be notified of clicks on the points, bars or columns in the chart
addPointLegendItemClickListener(ComponentEventListener<PointLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point legend item click listener, which will be notified of clicks on the legend's items corresponding to a Point
addPointMouseOutListener(ComponentEventListener<PointMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a data point
addPointMouseOverListener(ComponentEventListener<PointMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse over listener, which will be notified when the mouse enters the neighborhood of a data point
addPointRemoveListener(ComponentEventListener<PointRemoveEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point remove listener, which will be notified when a data point is removed.
addPointSelectListener(ComponentEventListener<PointSelectEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point select listener, which will be notified when a data point is selected.
addPointUnselectListener(ComponentEventListener<PointUnselectEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point unselect listener, which will be notified when a data point is unselected.
addPointUpdateListener(ComponentEventListener<PointUpdateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point update listener, which will be notified when a data point is updated.
addSeries(Series) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a single series to the list of series in this configuration.
addSeriesAfterAnimateListener(ComponentEventListener<SeriesAfterAnimateEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series after animate listener, which will be notified after a series is animated
addSeriesClickListener(ComponentEventListener<SeriesClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series click listener, which will be notified of clicks on the series in the chart
addSeriesHideListener(ComponentEventListener<SeriesHideEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series hide listener, which will be notified when a series is hidden
addSeriesLegendItemClickListener(ComponentEventListener<SeriesLegendItemClickEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series legend item click listener, which will be notified of clicks on the legend's items corresponding to a Series
addSeriesMouseOutListener(ComponentEventListener<SeriesMouseOutEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse out listener, which will be notified when the mouse exits the neighborhood of a series
addSeriesMouseOverListener(ComponentEventListener<SeriesMouseOverEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point mouse out listener, which will be notified when the mouse enters the neighborhood of a series
addSeriesShowListener(ComponentEventListener<SeriesShowEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a series show listener, which will be notified when a series is shown
addStop(Stop) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds stop to the stops array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.Axis
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.XAxis
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.YAxis
Adds unit to the units array
addUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Adds unit to the units array
addXAxesExtremesSetListener(ComponentEventListener<XAxesExtremesSetEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a x axes extremes set listener, which will be notified when an x axis extremes are set
addxAxis(XAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds an X-axis to the configuration
addYAxesExtremesSetListener(ComponentEventListener<YAxesExtremesSetEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a y axes extremes set listener, which will be notified when an y axis extremes are set
addyAxis(YAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a Y-axis.
addzAxis(ZAxis) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a Z-axis.
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Adds zone to the zones array
addZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Adds zone to the zones array
ALICEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ANTIQUEWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
AQUA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
AQUAMARINE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
AREA - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AreaOptions - Class in com.vaadin.flow.component.charts.model
 
AreaOptions() - Constructor for class com.vaadin.flow.component.charts.model.AreaOptions
 
AREARANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AREASPLINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
AREASPLINERANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
asArraySerializer() - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
Axis - Class in com.vaadin.flow.component.charts.model
 
Axis() - Constructor for class com.vaadin.flow.component.charts.model.Axis
 
AXIS_LABEL_POSITION_AUTO - Static variable in class com.vaadin.flow.component.charts.model.Options3d
 
AxisDimension - Enum in com.vaadin.flow.component.charts.model
Possible axis dimensions with their indexes in client-side
AxisList<T extends Axis> - Class in com.vaadin.flow.component.charts.model
Alternative AxisContainer to allow multiple axes
AxisList() - Constructor for class com.vaadin.flow.component.charts.model.AxisList
 
AxisListSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for AxisList
AxisListSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
 
axisRescaled(AxisRescaledEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
An axis has been rescaled.
AxisRescaledEvent - Class in com.vaadin.flow.component.charts.events.internal
Event for information about rescaling the axis.
AxisRescaledEvent(int, int, Number, Number, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event.
AxisRescaledEvent(int, int, Number, Number, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event with animated transition.
AxisRescaledEvent(int, int, Number, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event with animated transition, redraws the chart.
AxisTitle - Class in com.vaadin.flow.component.charts.model
The axis title, showing next to the axis line.
AxisTitle() - Constructor for class com.vaadin.flow.component.charts.model.AxisTitle
 
AxisTitle(String) - Constructor for class com.vaadin.flow.component.charts.model.AxisTitle
 
AxisTitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for AxisTitle.
AxisTitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
AxisType - Enum in com.vaadin.flow.component.charts.model
Enum representing different axis types.
AZURE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

B

Back - Class in com.vaadin.flow.component.charts.model
Defines the back panel of the frame around 3D charts.
Back() - Constructor for class com.vaadin.flow.component.charts.model.Back
 
Background - Class in com.vaadin.flow.component.charts.model
An object, or array of objects, for backgrounds.
Background() - Constructor for class com.vaadin.flow.component.charts.model.Background
 
BackgroundShape - Enum in com.vaadin.flow.component.charts.model
The shape of the pane background.
BAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BeanSerializationDelegate<T> - Class in com.vaadin.flow.component.charts.model.serializers
Abstract class for bean serializers.
BeanSerializationDelegate() - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
BeanSerializerDelegator<T> - Class in com.vaadin.flow.component.charts.model.serializers
Delegates serialization calls to the given instance of BeanSerializationDelegate.
BeanSerializerDelegator(BeanSerializerBase) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, ObjectIdWriter) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, String[]) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, Object) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BeanSerializerDelegator(BeanSerializerBase, BeanSerializationDelegate<T>) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BEIGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BISQUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLACK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLANCHEDALMOND - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BLUEVIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Bottom - Class in com.vaadin.flow.component.charts.model
The bottom of the frame around a 3D chart.
Bottom() - Constructor for class com.vaadin.flow.component.charts.model.Bottom
 
BOXPLOT - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BoxPlotItem - Class in com.vaadin.flow.component.charts.model
A DataSeriesItem implementation suitable for box plot charts.
BoxPlotItem() - Constructor for class com.vaadin.flow.component.charts.model.BoxPlotItem
Constructs an empty data item suitable for box plot chart
BoxPlotItem(Number, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.BoxPlotItem
Constructs an item for box plot with given values.
Breaks - Class in com.vaadin.flow.component.charts.model
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
Breaks() - Constructor for class com.vaadin.flow.component.charts.model.Breaks
 
BROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BUBBLE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
BURLYWOOD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ButtonOptions - Class in com.vaadin.flow.component.charts.model
A collection of options for buttons appearing in the exporting module.
ButtonOptions() - Constructor for class com.vaadin.flow.component.charts.model.ButtonOptions
 
ButtonOptions(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.ButtonOptions
 
ButtonOptions(String) - Constructor for class com.vaadin.flow.component.charts.model.ButtonOptions
 
ButtonPosition - Class in com.vaadin.flow.component.charts.model
Positioning options for DrillUpButton
ButtonPosition() - Constructor for class com.vaadin.flow.component.charts.model.ButtonPosition
 
Buttons - Class in com.vaadin.flow.component.charts.model
Options for the export related buttons, print and export.
Buttons() - Constructor for class com.vaadin.flow.component.charts.model.Buttons
 
ButtonTheme - Class in com.vaadin.flow.component.charts.model.style
 
ButtonTheme() - Constructor for class com.vaadin.flow.component.charts.model.style.ButtonTheme
 

C

CADETBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CANDLESTICK - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
Chart - Class in com.vaadin.flow.component.charts
 
Chart() - Constructor for class com.vaadin.flow.component.charts.Chart
Creates a new chart with default configuration
Chart(ChartType) - Constructor for class com.vaadin.flow.component.charts.Chart
Creates a new chart with the given type
ChartAddSeriesEvent - Class in com.vaadin.flow.component.charts.events
The ChartAddSeriesEvent class stores data about new series added to an existing chart.
ChartAddSeriesEvent(Chart, boolean, String, JsonArray) - Constructor for class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Constructs a ChartAddSeriesEvent
ChartAfterPrintEvent - Class in com.vaadin.flow.component.charts.events
Fired after a chart is printed using the print menu
ChartAfterPrintEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent
Constructs a ChartAfterPrintEvent
ChartBeforePrintEvent - Class in com.vaadin.flow.component.charts.events
Fired before a chart is printed using the print menu
ChartBeforePrintEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent
Constructs a ChartBeforePrintEvent
ChartClickEvent - Class in com.vaadin.flow.component.charts.events
The ChartClickEvent class stores information on click events anywhere on the area of the chart.
ChartClickEvent(Chart, boolean, Double, Double, int, int, boolean, boolean, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.ChartClickEvent
Constructs a ChartClickEvent
ChartConfiguration - Interface in com.vaadin.flow.component.charts.model
 
ChartDrillupAllEvent - Class in com.vaadin.flow.component.charts.events
ChartDrillupEvent triggered after all the series has been drilled up if chart has multiple drilldown series
ChartDrillupAllEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
Constructs a ChartDrillupAllEvent
ChartDrillupEvent - Class in com.vaadin.flow.component.charts.events
ChartDrillupEvent triggered when the 'Back to previous series' button is clicked
ChartDrillupEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartDrillupEvent
Constructs a ChartDrillupEvent
ChartEnum - Interface in com.vaadin.flow.component.charts.model
Interface shared by all enum classes of the vaadin charts.
ChartEnumSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for all classes implementing ChartEnum
ChartEnumSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
 
ChartLoadEvent - Class in com.vaadin.flow.component.charts.events
Fired after a chart is loaded
ChartLoadEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartLoadEvent
Constructs a ChartLoadEvent
ChartModel - Class in com.vaadin.flow.component.charts.model
Options regarding the chart area and plot area as well as general chart options.
ChartModel() - Constructor for class com.vaadin.flow.component.charts.model.ChartModel
 
ChartRedrawEvent - Class in com.vaadin.flow.component.charts.events
Fired after a chart is redrawn
ChartRedrawEvent(Chart, boolean) - Constructor for class com.vaadin.flow.component.charts.events.ChartRedrawEvent
 
CHARTREUSE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ChartSelectionEvent - Class in com.vaadin.flow.component.charts.events
The ChartSelectionEvent class stores information on selection events on the chart's area.
ChartSelectionEvent(Chart, boolean, Double, Double, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.ChartSelectionEvent
Construct a ChartSelectionEvent
ChartSerialization - Class in com.vaadin.flow.component.charts.util
Util class that handles the configuration needed for the model classes to be serialized to JSON.
ChartSerialization() - Constructor for class com.vaadin.flow.component.charts.util.ChartSerialization
 
ChartType - Class in com.vaadin.flow.component.charts.model
The default series type for the chart.
ChartType(String) - Constructor for class com.vaadin.flow.component.charts.model.ChartType
Constructs a new Chart type.
CHOCOLATE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
clear() - Method in class com.vaadin.flow.component.charts.model.DataSeries
Removes all items from the series.
clear() - Method in class com.vaadin.flow.component.charts.model.HeatSeries
 
clearSeries() - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Remove all items in the series.
ClickEvent - Interface in com.vaadin.flow.component.charts.events
 
CLOSE_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
Color - Interface in com.vaadin.flow.component.charts.model.style
Interface used for different type of colors used in model and theme
ColorAxis - Class in com.vaadin.flow.component.charts.model
 
ColorAxis() - Constructor for class com.vaadin.flow.component.charts.model.ColorAxis
 
COLUMN - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
ColumnOptions - Class in com.vaadin.flow.component.charts.model
 
ColumnOptions() - Constructor for class com.vaadin.flow.component.charts.model.ColumnOptions
 
COLUMNRANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
com.vaadin.flow.component.charts - package com.vaadin.flow.component.charts
 
com.vaadin.flow.component.charts.events - package com.vaadin.flow.component.charts.events
 
com.vaadin.flow.component.charts.events.internal - package com.vaadin.flow.component.charts.events.internal
 
com.vaadin.flow.component.charts.model - package com.vaadin.flow.component.charts.model
 
com.vaadin.flow.component.charts.model.serializers - package com.vaadin.flow.component.charts.model.serializers
 
com.vaadin.flow.component.charts.model.style - package com.vaadin.flow.component.charts.model.style
 
com.vaadin.flow.component.charts.util - package com.vaadin.flow.component.charts.util
 
Compare - Enum in com.vaadin.flow.component.charts.model
The YAxis will show percentage or absolute change depending on whether compare is set to Compare.PERCENT or Compare.VALUE
Condition - Class in com.vaadin.flow.component.charts.model
Under which conditions the rule applies.
Condition() - Constructor for class com.vaadin.flow.component.charts.model.Condition
 
Configuration - Class in com.vaadin.flow.component.charts.model
Chart's configuration root object containing all the child objects that are used to configure chart, axes, legend, titles etc.
Configuration() - Constructor for class com.vaadin.flow.component.charts.model.Configuration
 
ConfigurationChangeListener - Interface in com.vaadin.flow.component.charts.events.internal
Listener interface for events triggered in Configuration.
contains(Axis) - Method in class com.vaadin.flow.component.charts.model.AxisList
 
ContextButton - Class in com.vaadin.flow.component.charts.model
Options for the export button.
ContextButton() - Constructor for class com.vaadin.flow.component.charts.model.ContextButton
 
ContextButton(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.ContextButton
 
ContextButton(String) - Constructor for class com.vaadin.flow.component.charts.model.ContextButton
 
ContextButtonMenuItem - Class in com.vaadin.flow.component.charts.model
 
ContextButtonMenuItem() - Constructor for class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
CORAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CORNFLOWERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CORNSILK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
createObjectMapper() - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
Create the default ObjectMapper used for serialization.
createObjectMapper(BeanSerializerModifier) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
 
Credits - Class in com.vaadin.flow.component.charts.model
Highchart by default puts a credits label in the lower right corner of the chart.
Credits() - Constructor for class com.vaadin.flow.component.charts.model.Credits
 
Credits(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Credits
 
Credits(String) - Constructor for class com.vaadin.flow.component.charts.model.Credits
 
CRIMSON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Crosshair - Class in com.vaadin.flow.component.charts.model
Configure a crosshair that follows either the mouse pointer or the hovered point.
Crosshair() - Constructor for class com.vaadin.flow.component.charts.model.Crosshair
 
CrosshairLabel - Class in com.vaadin.flow.component.charts.model
A label on the axis next to the crosshair.
CrosshairLabel() - Constructor for class com.vaadin.flow.component.charts.model.CrosshairLabel
 
CrosshairLabel(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.CrosshairLabel
 
Cursor - Enum in com.vaadin.flow.component.charts.model
You can set the cursor to POINTER("pointer") if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
CYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

D

DARKBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKCYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKGOLDENROD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKKHAKI - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKMAGENTA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKOLIVEGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKORANGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKORCHID - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKSALMON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKSEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKSLATEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKSLATEGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKSLATEGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKTURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DARKVIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
dataAdded(DataAddedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A data point has been added
DataAddedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event triggered when data was added to the series.
DataAddedEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series and number.
DataAddedEvent(Series, DataSeriesItem, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series, item and a shift information.
DataGrouping - Class in com.vaadin.flow.component.charts.model
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
DataGrouping() - Constructor for class com.vaadin.flow.component.charts.model.DataGrouping
 
DataGrouping(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataGrouping
 
DataLabels - Class in com.vaadin.flow.component.charts.model
Options for the series data labels, appearing next to each data point.
DataLabels() - Constructor for class com.vaadin.flow.component.charts.model.DataLabels
 
DataLabels(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataLabels
 
DataLabelsFunnel - Class in com.vaadin.flow.component.charts.model
 
DataLabelsFunnel() - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
DataLabelsFunnel(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
DataLabelsRange - Class in com.vaadin.flow.component.charts.model
Extended data labels for range series types.
DataLabelsRange() - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsRange
 
DataLabelsRange(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.DataLabelsRange
 
DataProviderSeries<T> - Class in com.vaadin.flow.component.charts.model
A series which is based on data from a DataProvider.
DataProviderSeries(DataProvider<T, ?>) - Constructor for class com.vaadin.flow.component.charts.model.DataProviderSeries
Creates a new series using data from the given data provider.
DataProviderSeries(DataProvider<T, ?>, SerializableFunction<T, Object>) - Constructor for class com.vaadin.flow.component.charts.model.DataProviderSeries
Creates a new series using data from the given data provider and y values.
DataProviderSeriesBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Custom bean serializer for DataProviderSeries
DataProviderSeriesBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
dataRemoved(DataRemovedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A data point has been removed
DataRemovedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event when the data was removed.
DataRemovedEvent(Series, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
Constructs the event with given series and index of the removed data.
DataSeries - Class in com.vaadin.flow.component.charts.model
An array of data points to be displayed in a chart.
DataSeries() - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs an empty DataSeries.
DataSeries(String[], Number[]) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a DataSeries instance containing the given category name, Y value pairs.
DataSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance with the given name.
DataSeries(List<DataSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance with the given items.
DataSeries(DataSeriesItem...) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries with the given items.
DataSeriesItem - Class in com.vaadin.flow.component.charts.model
The DataSeriesItem class represents a single entry in a DataSeries.
DataSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Creates an empty item, without values, colors, etc.
DataSeriesItem(String, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with a name and a Y value
DataSeriesItem(String, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with a name and a value on the Y-axis and assigns the specified color to the item.
DataSeriesItem(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with X and Y values
DataSeriesItem(Instant, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs a DataSeriesItem with the given instant as X value and Y value.
DataSeriesItem(Date, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Deprecated.
DataSeriesItem(Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs a DataSeriesItem with the given instant as X value with min and max values for use in range visualizations.
DataSeriesItem(Date, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Deprecated.
DataSeriesItem(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs a DataSeriesItem with the given X, min and max values for use in range visualizations.
DataSeriesItem3d - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also Z value.
DataSeriesItem3d() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem3d
 
DataSeriesItem3d(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem3d
Constructs an item with X, Y and Z values
DataSeriesItemBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Custom bean serializer for DataSeriesItem
DataSeriesItemBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
dataUpdated(DataUpdatedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A data point has been updated
DataUpdatedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event for updating existing data series.
DataUpdatedEvent(Series, Number, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Constructs the event with given series, number and point index.
DataUpdatedEvent(Series, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Constructs the event with given series, item and point index.
DateSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializes all Date objects as UTC long.
DateSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
DateTimeLabelFormats - Class in com.vaadin.flow.component.charts.model
For a DATETIME axis, the scale will automatically adjust to the appropriate unit.
DateTimeLabelFormats() - Constructor for class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
DateTimeLabelFormats(String, String) - Constructor for class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Constructs a DateTimeLabelFormats with the given format strings for month and year
DEEPPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DEEPSKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DefaultBeanSerializerModifier - Class in com.vaadin.flow.component.charts.model.serializers
Logic for altering the bean serialization process.
DefaultBeanSerializerModifier() - Constructor for class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
 
Dial - Class in com.vaadin.flow.component.charts.model
Options for the dial or arrow pointer of the gauge.
Dial() - Constructor for class com.vaadin.flow.component.charts.model.Dial
 
Dimension - Enum in com.vaadin.flow.component.charts.model
Axial dimension.
DIMGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
DIMGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
disableCredits() - Method in class com.vaadin.flow.component.charts.model.Configuration
Disables the credits by setting a Credits object with the enabled property set to false.
DODGERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
drawChart() - Method in class com.vaadin.flow.component.charts.Chart
Draws a chart using the current configuration.
drawChart(boolean) - Method in class com.vaadin.flow.component.charts.Chart
Draws a chart using the current configuration.
Drilldown - Class in com.vaadin.flow.component.charts.model
Options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
Drilldown() - Constructor for class com.vaadin.flow.component.charts.model.Drilldown
 
DrilldownEvent - Class in com.vaadin.flow.component.charts.events
The DrilldownEvent class stores information on click events in drilldown points
DrilldownEvent(Chart, boolean, String, String, Double, Double, int, String, int) - Constructor for class com.vaadin.flow.component.charts.events.DrilldownEvent
Construct a ChartDrilldownEvent
DrillUpButton - Class in com.vaadin.flow.component.charts.model
Options for the drill up button that appears when drilling down on a series.
DrillUpButton() - Constructor for class com.vaadin.flow.component.charts.model.DrillUpButton
 
DrillUpButtonRelativeTo - Enum in com.vaadin.flow.component.charts.model
What box to align the button to.

E

equals(Object) - Method in class com.vaadin.flow.component.charts.model.ChartType
 
ERRORBAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
ExportFileType - Enum in com.vaadin.flow.component.charts.model
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
Exporting - Class in com.vaadin.flow.component.charts.model
Options for the exporting module.
Exporting() - Constructor for class com.vaadin.flow.component.charts.model.Exporting
 
Exporting(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Exporting
 
ExportingMenuItemDefinition - Class in com.vaadin.flow.component.charts.model
 
ExportingMenuItemDefinition() - Constructor for class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 

F

fireAxesRescaled(Axis, Number, Number, boolean, boolean) - Method in interface com.vaadin.flow.component.charts.model.ChartConfiguration
 
fireAxesRescaled(Axis, Number, Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
Fires axis rescaled event.
FIREBRICK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
FlagItem - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also title and text values.
FlagItem(Number, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X and Title values
FlagItem(Instant, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X and Title values
FlagItem(Date, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Deprecated.
FlagItem(Number, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X, Title and Text values
FlagItem(Instant, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X, Title and Text values
FlagItem(Date, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Deprecated.
FLAGS - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
FlagShape - Enum in com.vaadin.flow.component.charts.model
The name of a symbol to use for the border in ChartType.FLAGS series.
FLORALWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
FontWeight - Enum in com.vaadin.flow.component.charts.model.style
Font weight used by LabelStyle class
FORESTGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Frame - Class in com.vaadin.flow.component.charts.model
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
Frame() - Constructor for class com.vaadin.flow.component.charts.model.Frame
 
FUCHSIA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
FUNNEL - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 

G

GAINSBORO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GAUGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
GaugeOptions - Class in com.vaadin.flow.component.charts.model
 
GaugeOptions() - Constructor for class com.vaadin.flow.component.charts.model.GaugeOptions
 
get(String) - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
get(int) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Returns DataSeriesItem at given index
getAbsoluteX() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getAbsoluteX() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getAbsoluteY() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getAbsoluteY() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getAccessibility() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getAdaptToUpdatedData() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Label
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.Title
 
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getAllButtonsEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAllowDecimals() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getAllowDrillToNode() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAllowedMultiples() - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
getAllowHTML() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getAllowOverlap() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getAllowOverlap() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getAllowPointDrilldown() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getAlpha() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAlternateGridColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getAlternateStartingDirection() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAngle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getArrowSize() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getAutoRotation() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAutoRotationLimit() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getAxes() - Method in class com.vaadin.flow.component.charts.model.AxisList
 
getAxis() - Method in interface com.vaadin.flow.component.charts.events.HasAxis
 
getAxis() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns a number indicating axis dimension (X, Y, ...).
getAxis() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getAxis() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getAxis(int) - Method in class com.vaadin.flow.component.charts.model.AxisList
Finds the axis at the given index
getAxisIndex() - Method in interface com.vaadin.flow.component.charts.events.HasAxis
 
getAxisIndex() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns the axis the event is about.
getAxisIndex() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getAxisIndex() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getAxisIndex() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getAxisLabelPosition() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getBack() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getBackground() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getBarBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBarBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBaseLength() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBaseWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
 
getBeanClass() - Method in class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
 
getBeta() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBottom() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getBreaks() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getBreaks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getBreakSize() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getButton() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getButton() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getButtonBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonName() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getButtonOptions() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getButtonPosition() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getButtons() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getButtons() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getButtonSpacing() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getCallback() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getCategories() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getCategory() - Method in interface com.vaadin.flow.component.charts.events.HasItem
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getCeiling() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getCenter() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getChangeDecimals() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getChangeDecimals() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getChart() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getChartAttributes() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns a set of chart attributes(keys).
getChartType() - Method in class com.vaadin.flow.component.charts.model.AbstractPlotOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getChartType() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the class name of the item
getClassName() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getClose() - Method in class com.vaadin.flow.component.charts.model.OhlcItem
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Back
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Bottom
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Side
 
getColor() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Top
 
getColorAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the color axis.
getColorAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorCount() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the colorIndex of the item.
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColorValue() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getColsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCompare() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCompareBase() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCondition() - Method in class com.vaadin.flow.component.charts.model.Rules
 
getConfiguration() - Method in class com.vaadin.flow.component.charts.Chart
 
getConfiguration() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getConfiguration() - Method in class com.vaadin.flow.component.charts.model.Axis
Returns the configuration this axis is bound to.
getConfiguration() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getContextButton() - Method in class com.vaadin.flow.component.charts.model.Buttons
 
getContextButtonTitle() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getCount() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getCredits() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getCrop() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCropThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getCrosshair() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getData() - Method in class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Gets the series data
getData() - Method in class com.vaadin.flow.component.charts.model.DataSeries
Return an unmodifiable list of the data items in this series.
getData() - Method in class com.vaadin.flow.component.charts.model.HeatSeries
 
getData() - Method in class com.vaadin.flow.component.charts.model.ListSeries
 
getData() - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Return an unmodifiable copy of the items in this series.
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDataGrouping() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.Level
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDataProvider() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns the underlying data provider.
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getDateTimeLabelFormats() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getDay() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getDecimalPoint() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDefault() - Static method in class com.vaadin.flow.component.charts.model.ChartType
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getDefer() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDepth() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDescribeSingleSeries() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getDial() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Returns the current dial.
getDial() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getDisplayNegative() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDistance() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getDistance() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getDistance() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getDownloadJPEG() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDownloadPDF() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDownloadPNG() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDownloadSVG() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getDrilldown() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
Gets the name of the drilldown
getDrilldown() - Method in class com.vaadin.flow.component.charts.model.Configuration
Configuration options for drill down, the concept of inspecting increasingly high resolution data through clicking on chart items like columns or pie slices.
getDrillUpButton() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getDrillUpText() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getEdgeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Select
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getEndAngle() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getEndAngle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getEndOnTick() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getError() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getExporting() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getExposeElementToA11y() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getFallbackToExportServer() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getFilename() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getFindNearestPointBy() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getFitToPlot() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getFloating() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getFloating() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getFloating() - Method in class com.vaadin.flow.component.charts.model.Title
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getFloor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getFollowPointer() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getFollowPointer() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFollowTouchMove() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getFollowTouchMove() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFontFamily() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getFontSize() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getFontWeight() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getFooterFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getFooterFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getForced() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getFormat() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getFormatter() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getFrame() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getGetExtremesFromAll() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getGridLineInterpolation() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridZIndex() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGroupPixelWidth() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getGroupZPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getHalo() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getHeaderFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getHeaderFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getHeight() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getHideDelay() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getHideDelay() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getHideDuration() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getHigh() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Returns the upper range for visualizations.
getHorizontalAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getHorizontalAlign() - Method in class com.vaadin.flow.component.charts.model.Position
 
getHour() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getHover() - Method in class com.vaadin.flow.component.charts.model.States
 
getHref() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getHtml() - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
 
getId() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
getId() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the id of the item.
getId() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getId() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getId() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getId() - Method in interface com.vaadin.flow.component.charts.model.Series
 
getId() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getId() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getId() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getIgnoreHiddenSeries() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getIndex() - Method in class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
Returns index of the removed data point.
getIndex() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Returns the index of the point to be sliced
getIndex() - Method in enum com.vaadin.flow.component.charts.model.AxisDimension
 
getInnerRadius() - Method in class com.vaadin.flow.component.charts.model.Background
 
getInnerRadius() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getInnerSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getInputBoxHeight() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputBoxWidth() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputDateFormat() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputDateParser() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputEditDateFormat() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputEnabled() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInputPosition() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getInside() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getInside() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getInside() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getInside() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getInteractByLeaf() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getInvalidDate() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getInverted() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getItem() - Method in interface com.vaadin.flow.component.charts.events.HasItem
Returns the data series item that this event is associated with.
getItem() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
The item added.
getItemDistance() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getItemId() - Method in interface com.vaadin.flow.component.charts.events.HasItem
The ID of the series item that is associated with the event.
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getItemIndex() - Method in interface com.vaadin.flow.component.charts.events.HasItem
Returns the index of the series item, that is associated with this event, in HasSeries.getSeries().
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getItemMarginBottom() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemMarginTop() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItems() - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
 
getItemWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getKeys() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getLabelFormat() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabelFormatter() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLayout() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLayoutAlgorithm() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLayoutAlgorithm() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLayoutStartingDirection() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLayoutStartingDirection() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLeft() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getLegend() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the index of the legend.
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLevel() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLevelIsConstant() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLibURL() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLineHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLinkedTo() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLiveRedraw() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getLoading() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLoading() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getLow() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Returns the lower range for visualizations.
getLowerQuartile() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.Title
 
getMarginBottom() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarginLeft() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarginRight() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarginTop() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the marker of the item.
getMarker() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getMaskInside() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getMax() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMaxColor() - Method in class com.vaadin.flow.component.charts.model.ColorAxis
 
getMaxHeight() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMaxHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getMaximum() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns the new maximum value on the axis.
getMaximum() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getMaximum() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMaxPadding() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getMaxSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMaxWidth() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMedian() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getMedianWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMenuItemDefinitions() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getMenuItems() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getMin() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinColor() - Method in class com.vaadin.flow.component.charts.model.ColorAxis
 
getMinHeight() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMinimum() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Returns the new minimum value on the axis.
getMinimum() - Method in class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
getMinimum() - Method in class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickLength() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickPosition() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinPadding() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinRange() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getMinSize() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinTickInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinute() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getMinWidth() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getMinWidth() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.StopSerializer
 
getModule() - Static method in class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
 
getMonth() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getMonths() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.ChartClickEvent
 
getMouseDetails() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the mouse click details
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.SeriesClickEvent
 
getName() - Method in class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Gets the series name
getName() - Method in enum com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns a human readable text representing the button
getName() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getName() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the name of the item.
getName() - Method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
getName() - Method in interface com.vaadin.flow.component.charts.model.Series
 
getName() - Method in enum com.vaadin.flow.component.charts.model.TimeUnit
 
getNavigation() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNavigation() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getNavigator() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getNavigatorOptions() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getNeckHeight() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getNeckWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getNoData() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNoData() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getNumberOfAxes() - Method in class com.vaadin.flow.component.charts.model.AxisList
 
getNumberOfColorAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumberOfPanes() - Method in class com.vaadin.flow.component.charts.model.PaneList
 
getNumberOfxAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumberOfyAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumberOfzAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNumericSymbolMagnitude() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getNumericSymbols() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getOffset() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getOldXValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getOldYValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getOnclick() - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
getOnclick() - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
getOnKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getOnSeries() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getOnTableAnchorClick() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getOpen() - Method in class com.vaadin.flow.component.charts.model.OhlcItem
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getOpposite() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getOptions3d() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getOrdinal() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getOrdinal() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getOuterRadius() - Method in class com.vaadin.flow.component.charts.model.Background
 
getOuterRadius() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getOverflow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getOvershoot() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getOvershoot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getOvershoot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getPadding() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPane() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getPane(int) - Method in class com.vaadin.flow.component.charts.model.PaneList
 
getPane() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPane() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPanes() - Method in class com.vaadin.flow.component.charts.model.PaneList
Returns the pane list.
getPanKey() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPanning() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getParent() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getPinchType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPivot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPlotBands() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPlotLines() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getPlotOptions() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Gets the plot options related to this specific series.
getPlotOptions() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns all plot options used by this configuration.
getPlotOptions(ChartType) - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the plot options for a specific chart type used by this configuration.
getPlotOptions() - Method in interface com.vaadin.flow.component.charts.model.Series
Gets the plot options related to this specific series.
getPointDateFormat() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getPointDateFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getPointFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getPointFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPointFormatter() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getPointFormatter() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPointIndex() - Method in class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Returns the point index.
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointInterval() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointIntervalUnit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointPlacement() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointRange() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointStart() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPolar() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.NoData
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.Stop
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getPositioner() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getPrintChart() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getPrintMaxWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getR() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getRadius() - Method in class com.vaadin.flow.component.charts.model.Select
 
getRadiusPlus() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getRange() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getRange() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getRangeSelector() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getRangeSelectorFrom() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getRangeSelectorTo() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getRangeSelectorZoom() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getRearLength() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getReflow() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getRelativeTo() - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
 
getRelativeTo() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getRepeat() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getReserveSpace() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getReserveSpace() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getResetZoom() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getResetZoomButton() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getResetZoomTitle() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getReversed() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getReversedStacks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getRifleColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.Label
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getRotation() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getRounded() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getRowsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getRtl() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getRules() - Method in class com.vaadin.flow.component.charts.model.Responsive
 
getScale() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getScreenReaderSectionFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getScrollbar() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getScrollbar() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getSecond() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getSelect() - Method in class com.vaadin.flow.component.charts.model.States
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getSelected() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getSelectionEnd() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.Y
getSelectionStart() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.Y
getSeries() - Method in interface com.vaadin.flow.component.charts.events.HasSeries
Returns the series
getSeries() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
Returns the affected series
getSeries() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getSeries() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getSeriesDescriptionFormatter() - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getSeriesItemIndex() - Method in interface com.vaadin.flow.component.charts.events.HasSeries
Returns the index of the series
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointSelectEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesHideEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.SeriesShowEvent
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getShadow() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getShape() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getShape() - Method in class com.vaadin.flow.component.charts.model.Background
Returns current shape of the background.
getShape() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getShape() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getShape() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getShape() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getShape() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShape() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getShape() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getShared() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getShortMonths() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getShortWeekdays() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getShowAxes() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShowDuration() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getShowEmpty() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getShowFirstLabel() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getShowFull() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShowInLegend() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getShowInNavigator() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getShowLastLabel() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getSide() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Back
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Bottom
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Halo
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Side
 
getSize() - Method in class com.vaadin.flow.component.charts.model.Top
 
getSizeBy() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSizeByAbsoluteValue() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getSkipKeyboardNavigation() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getSkipNullPoints() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getSliced() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Checks whether or not the item is sliced.
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getSlicedOffset() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getSmoothed() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getSnap() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getSnap() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getSoftConnector() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getSoftConnector() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getSoftMax() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getSoftMin() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getSoftThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getSortIndex() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getSource() - Method in interface com.vaadin.flow.component.charts.events.HasAxis
 
getSource() - Method in interface com.vaadin.flow.component.charts.events.HasItem
 
getSource() - Method in interface com.vaadin.flow.component.charts.events.HasSeries
 
getSourceHeight() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getSourceWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getSpacing() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingBottom() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingLeft() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingRight() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSpacingTop() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSplit() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getSplit() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getSquareSymbol() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getStack() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getStackDistance() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getStacking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStackLabels() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStaggerLines() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getStartAngle() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getStartAngle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStartOfWeek() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStartOnTick() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getStates() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getStates() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getStemColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStep() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStep() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStickyTracking() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getStops() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
 
getSubTitle() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getSymbol() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbol() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getSymbolHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolPadding() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolRadius() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolSize() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getSymbolX() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolX() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolY() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolY() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getTabThroughChartElements() - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
getText() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getText() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getText() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getText() - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
getText() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getText() - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
getText() - Method in class com.vaadin.flow.component.charts.model.FlagItem
 
getText() - Method in class com.vaadin.flow.component.charts.model.Label
 
getText() - Method in class com.vaadin.flow.component.charts.model.LegendTitle
 
getText() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getText() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getText() - Method in class com.vaadin.flow.component.charts.model.Title
 
getTextAlign() - Method in class com.vaadin.flow.component.charts.model.Label
 
getTextAlign() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getTextAlign() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getTextKey() - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
getTextShadow() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getThickness() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getThousandsSep() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickAmount() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickLength() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickmarkPlacement() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickPixelInterval() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickPosition() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickPositions() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTimeUnit() - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
getTimezone() - Method in class com.vaadin.flow.component.charts.model.Global
 
getTimezoneOffset() - Method in class com.vaadin.flow.component.charts.model.Global
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.FlagItem
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTo() - Method in class com.vaadin.flow.component.charts.model.Breaks
 
getTo() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getTop() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getTop() - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
 
getTop() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTopWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getTrackBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackBorderColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getTrackByArea() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getType() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getType() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getType() - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
getType() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getType() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getType() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTypeDescription() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getUniqueNames() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.DataGrouping
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getUnits() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getUpperQuartile() - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
 
getUrl() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getUrl() - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Label
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.NoData
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Title
 
getUseHTML() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getUseUTC() - Method in class com.vaadin.flow.component.charts.model.Global
 
getValue() - Method in class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
The value added.
getValue() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getValue() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getValue() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getValueDecimals() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValueDecimals() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValueEnd() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.X
getValuePrefix() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValuePrefix() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getValues() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns a list mappings between chart attributes(keys) and values.
getValueStart() - Method in class com.vaadin.flow.component.charts.events.ChartSelectionEvent
This value is undefined and shouldn't be considered if ChartModel.setZoomType(Dimension) was set to Dimension.X
getValueSuffix() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getValueSuffix() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Label
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Position
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.Title
 
getViewDistance() - Method in class com.vaadin.flow.component.charts.model.Options3d
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getVisible() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getVMLRadialGradientURL() - Method in class com.vaadin.flow.component.charts.model.Global
 
getWeek() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getWeekdays() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getWhiskerColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getWhiskerLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getWhiskerLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getWhiskerWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getWidthAdjust() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getWidthAdjust() - Method in class com.vaadin.flow.component.charts.model.Title
 
getWrap() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getWrap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getWrap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getX() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the X-value of the item.
getX() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getX() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getX() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getX() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getX() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getX() - Method in class com.vaadin.flow.component.charts.model.Label
 
getX() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getX() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getX() - Method in class com.vaadin.flow.component.charts.model.Position
 
getX() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getX() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getX() - Method in class com.vaadin.flow.component.charts.model.Title
 
getxAxis() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getxAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the X-axis or category axis.
getxAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getXAxis() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getxAxisValue() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the x axis value of the clicked point.
getXDateFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getXDateFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getXHigh() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getXLow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getY() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the Y-value of the item.
getY() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getY() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getY() - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
 
getY() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getY() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getY() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getY() - Method in class com.vaadin.flow.component.charts.model.Label
 
getY() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getY() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getY() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getY() - Method in class com.vaadin.flow.component.charts.model.Position
 
getY() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getY() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getY() - Method in class com.vaadin.flow.component.charts.model.Title
 
getyAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getyAxis() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
getyAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the Y-axis or value axis.
getyAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getYAxis() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getyAxisValue() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
 
getYear() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getYHigh() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getYLow() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.DrilldownEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
getZ() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem3d
 
getzAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getzAxis() - Method in class com.vaadin.flow.component.charts.model.Configuration
Returns the Z-axis.
getzAxis(int) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getZIndex() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getZMax() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZMin() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getZoneAxis() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getZoomType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getZThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
GHOSTWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Global - Class in com.vaadin.flow.component.charts.model
Global options that don't apply to each chart.
Global() - Constructor for class com.vaadin.flow.component.charts.model.Global
 
GOLD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GOLDENROD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GREENYELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
GREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

H

Halo - Class in com.vaadin.flow.component.charts.model
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
Halo() - Constructor for class com.vaadin.flow.component.charts.model.Halo
 
HasAxis<T> - Interface in com.vaadin.flow.component.charts.events
 
hashCode() - Method in class com.vaadin.flow.component.charts.model.ChartType
 
HasItem - Interface in com.vaadin.flow.component.charts.events
Indicates that an event has an associated item
HasSeries - Interface in com.vaadin.flow.component.charts.events
Indicates that an event has an associated series
HEATMAP - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
HeatSeries - Class in com.vaadin.flow.component.charts.model
A specialized series for use with HeatMaps
HeatSeries() - Constructor for class com.vaadin.flow.component.charts.model.HeatSeries
 
HeatSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.HeatSeries
Constructs a HeatSeries with the given name
HeatSeries(String, Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.HeatSeries
Constructs a HeatSeries with the given name and values
HIGH_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
HONEYDEW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
HorizontalAlign - Enum in com.vaadin.flow.component.charts.model
Alignment of the title relative to the axis values and more generically horizontal alignment.
HOTPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Hover - Class in com.vaadin.flow.component.charts.model
Options for the hovered series
Hover() - Constructor for class com.vaadin.flow.component.charts.model.Hover
 
Hover(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Hover
 
HTMLLabelItem - Class in com.vaadin.flow.component.charts.model
A HTML label that can be positioned anywhere in the chart area.
HTMLLabelItem(String) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabelItem
Constructs a HTMLLabelItem with the given HTML content
HTMLLabelItem(String, LabelStyle) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabelItem
Constructs a HTMLLabelItem with the given HTML content and style
HTMLLabels - Class in com.vaadin.flow.component.charts.model
HTML labels that can be positioned anywhere in the chart area.
HTMLLabels() - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabels
 
HTMLLabels(HTMLLabelItem...) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabels
Constructs a HTMLLabels instance with the given label items
HTMLLabels(LabelStyle, HTMLLabelItem...) - Constructor for class com.vaadin.flow.component.charts.model.HTMLLabels
Constructs a HTMLLabels instance with a style shared for all the labels and the given label items

I

indexOf(Axis) - Method in class com.vaadin.flow.component.charts.model.AxisList
 
INDIANRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
INDIGO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
InstantSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializes all Instant objects as UTC long.
InstantSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
 
IntervalUnit - Enum in com.vaadin.flow.component.charts.model
Irregular time unit used to define point interval unit.
isAltKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Checks if the Alt key was down when the mouse event took place.
isAltKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
isAnimated() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Checks whether or not animate the resizing.
isAnimation() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Whether or not animation should be used.
isAutomaticChartUpdateEnabled() - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Returns true if the chart is updated automatically when a DataChangeEvent is emitted by the data provider.
isChecked() - Method in class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
Checks if the checkbox is checked
isCtrlKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Checks if the Ctrl key was down when the mouse event took place.
isCtrlKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
isCustomized() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Checks if the data can be rendered in an optimized manner.
isEnabled() - Method in class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent
Returns whether or not series is enabled.
isExporting() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
isIntermediate() - Method in class com.vaadin.flow.component.charts.model.WaterFallSum
 
isMetaKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Checks if the Meta key was down when the mouse event took place.
isMetaKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
isNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
isRedraw() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Whether or not redrawing should be immediate.
isRedrawingNeeded() - Method in class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Checks whether or not to redraw the chart.
isSelected() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Checks whether or not the item is selected.
isShift() - Method in class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Whether or not the data addition was a shift and first item was removed
isShiftKey() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Checks if the Shift key was down when the mouse event took place.
isShiftKey() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
isSliced() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
When true, the point is sliced out.
isVisible() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
itemSliced(ItemSlicedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A point has been sliced
ItemSlicedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event for information about slicing a pie point
ItemSlicedEvent(Series, int, boolean, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event.
ItemSlicedEvent(Series, int, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event with animated transition
ItemSlicedEvent(Series, int, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event with animated transition, redraws the chart
IVORY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

K

KeyboardNavigation - Class in com.vaadin.flow.component.charts.model
Options for keyboard navigation.
KeyboardNavigation() - Constructor for class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
KeyboardNavigation(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.KeyboardNavigation
 
KHAKI - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

L

Label - Class in com.vaadin.flow.component.charts.model
Text labels for the plot bands
Label() - Constructor for class com.vaadin.flow.component.charts.model.Label
 
Label(String) - Constructor for class com.vaadin.flow.component.charts.model.Label
 
Labels - Class in com.vaadin.flow.component.charts.model
 
Labels() - Constructor for class com.vaadin.flow.component.charts.model.Labels
 
Labels(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Labels
 
LabelStyle - Class in com.vaadin.flow.component.charts.model.style
Style options for CSS styling
LabelStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.LabelStyle
 
Lang - Class in com.vaadin.flow.component.charts.model
Language object.
Lang() - Constructor for class com.vaadin.flow.component.charts.model.Lang
 
LAVENDER - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LAVENDERBLUSH - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LAWNGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LayoutDirection - Enum in com.vaadin.flow.component.charts.model
The layout of the legend items.
Legend - Class in com.vaadin.flow.component.charts.model
The legend is a box containing a symbol and name for each series item or point item in the chart.
Legend() - Constructor for class com.vaadin.flow.component.charts.model.Legend
 
Legend(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Legend
 
LegendNavigation - Class in com.vaadin.flow.component.charts.model
Options for the paging or navigation appearing when the legend is overflown.
LegendNavigation() - Constructor for class com.vaadin.flow.component.charts.model.LegendNavigation
 
LegendNavigation(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.LegendNavigation
 
LegendTitle - Class in com.vaadin.flow.component.charts.model
A title to be added on top of the legend.
LegendTitle() - Constructor for class com.vaadin.flow.component.charts.model.LegendTitle
 
LegendTitle(String) - Constructor for class com.vaadin.flow.component.charts.model.LegendTitle
 
LegendTitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for LegendTitle.
LegendTitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
 
LEMONCHIFFON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Level - Class in com.vaadin.flow.component.charts.model
Set options on specific levels.
Level() - Constructor for class com.vaadin.flow.component.charts.model.Level
 
LIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTCORAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTCYAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTGOLDENRODYELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTPINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTSALMON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTSEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTSKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTSLATEGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTSLATEGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTSTEELBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIGHTYELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIME - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LIMEGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
LINECAP_ROUND - Static variable in class com.vaadin.flow.component.charts.model.AreaOptions
 
LINEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
LINKED_TO_PREVIOUS - Static variable in class com.vaadin.flow.component.charts.model.AreaOptions
 
ListSeries - Class in com.vaadin.flow.component.charts.model
A series consisting of a list of numerical values.
ListSeries() - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
 
ListSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given series name.
ListSeries(Number...) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given array of values.
ListSeries(Collection<Number>) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given collection of values.
ListSeries(String, Number...) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given series name and array of values.
ListSeries(String, Collection<Number>) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given series name and collection of values.
Loading - Class in com.vaadin.flow.component.charts.model
The loading options control the appearance of the loading screen that covers the plot area on chart operations.
Loading() - Constructor for class com.vaadin.flow.component.charts.model.Loading
 
LOW_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 

M

MAGENTA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
makeCustomized() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Marks the item as customized, so that it can be rendered in a more optimal way.
Marker - Class in com.vaadin.flow.component.charts.model
In Highcharts 1.0, the appearance of all markers belonging to the hovered series.
Marker() - Constructor for class com.vaadin.flow.component.charts.model.Marker
 
Marker(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Marker
 
MarkerSymbol - Interface in com.vaadin.flow.component.charts.model
Interface for all marker symbols
MarkerSymbolEnum - Enum in com.vaadin.flow.component.charts.model
A predefined shape or symbol for the marker.
MarkerSymbolUrl - Class in com.vaadin.flow.component.charts.model
Symbol that is fetched from the url, implementing ChartEnum to provide correct serialization
MarkerSymbolUrl(String) - Constructor for class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
Constructs a MarkerSymbol with the given URL
MAROON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
max - Variable in class com.vaadin.flow.component.charts.model.Axis
 
MEDIUMAQUAMARINE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMORCHID - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMPURPLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMSEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMSLATEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMSPRINGGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMTURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MEDIUMVIOLETRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MIDNIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
min - Variable in class com.vaadin.flow.component.charts.model.Axis
 
MINOR_TICK_INTERVAL_AUTO - Static variable in class com.vaadin.flow.component.charts.model.Axis
 
MINTCREAM - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MISTYROSE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MOCCASIN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
 
MouseEventDetails - Class in com.vaadin.flow.component.charts.events
Helper class to store and transfer mouse event details.
MouseEventDetails() - Constructor for class com.vaadin.flow.component.charts.events.MouseEventDetails
 
MouseEventDetails.MouseButton - Enum in com.vaadin.flow.component.charts.events
Constants for mouse buttons.

N

NAVAJOWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Navigation - Class in com.vaadin.flow.component.charts.model
A collection of options for buttons and menus appearing in the exporting module.
Navigation() - Constructor for class com.vaadin.flow.component.charts.model.Navigation
 
Navigator - Class in com.vaadin.flow.component.charts.model
The navigator is a small series below the main series, displaying a view of the entire data set.
Navigator() - Constructor for class com.vaadin.flow.component.charts.model.Navigator
 
Navigator(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Navigator
 
NAVY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
NoData - Class in com.vaadin.flow.component.charts.model
Options for displaying a message like "No data to display".
NoData() - Constructor for class com.vaadin.flow.component.charts.model.NoData
 

O

of(int) - Static method in enum com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
 
OHLC - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
OhlcItem - Class in com.vaadin.flow.component.charts.model
A DataSeriesItem implementation suitable for OHLC charts.
OhlcItem() - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
Constructs an empty ohlc data item
OhlcItem(Number, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
Constructs an ohlc data item for give open, high, low and close values
OhlcItem(Instant, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
Constructs an ohlc data item for give open, high, low and close values
OhlcItem(Date, Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.OhlcItem
OhlcOptions - Class in com.vaadin.flow.component.charts.model
 
OhlcOptions() - Constructor for class com.vaadin.flow.component.charts.model.OhlcOptions
 
OLDLACE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
OLIVE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
OLIVEDRAB - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
onAttach(AttachEvent) - Method in class com.vaadin.flow.component.charts.Chart
 
OPEN_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
Options3d - Class in com.vaadin.flow.component.charts.model
Options to render charts in 3 dimensions.
Options3d() - Constructor for class com.vaadin.flow.component.charts.model.Options3d
 
Options3d(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Options3d
 
ORANGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ORANGERED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ORCHID - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
OVERFLOW_JUSTIFY - Static variable in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
OVERFLOW_NONE - Static variable in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 

P

PALEGOLDENROD - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PALEGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PALETURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PALEVIOLETRED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Pane - Class in com.vaadin.flow.component.charts.model
Applies only to polar charts and angular gauges.
Pane() - Constructor for class com.vaadin.flow.component.charts.model.Pane
 
Pane(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.Pane
 
PaneList - Class in com.vaadin.flow.component.charts.model
Pane Container to allow multiple Panes
PaneList() - Constructor for class com.vaadin.flow.component.charts.model.PaneList
 
PaneListSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for PaneList
PaneListSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
 
PanKey - Enum in com.vaadin.flow.component.charts.model
Allows setting a key to switch between zooming and panning.
PAPAYAWHIP - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PEACHPUFF - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PERU - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PIE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
PINK - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Pivot - Class in com.vaadin.flow.component.charts.model
Options for the pivot or the center point of the gauge.
Pivot() - Constructor for class com.vaadin.flow.component.charts.model.Pivot
 
PlotBand - Class in com.vaadin.flow.component.charts.model
An array of objects defining plot bands on the Y axis.
PlotBand() - Constructor for class com.vaadin.flow.component.charts.model.PlotBand
 
PlotBand(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.PlotBand
 
PlotLine - Class in com.vaadin.flow.component.charts.model
An array of lines stretching across the plot area, marking a specific value on one of the axes.
PlotLine() - Constructor for class com.vaadin.flow.component.charts.model.PlotLine
 
PlotLine(Number) - Constructor for class com.vaadin.flow.component.charts.model.PlotLine
 
PlotOptionsArea - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsArea() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
PlotOptionsArearange - Class in com.vaadin.flow.component.charts.model
The area range is a cartesian series type with higher and lower Y values along an X axis.
PlotOptionsArearange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
PlotOptionsAreaspline - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsAreaspline() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
PlotOptionsAreasplinerange - Class in com.vaadin.flow.component.charts.model
The area spline range is a cartesian series type with higher and lower Y values along an X axis.
PlotOptionsAreasplinerange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
PlotOptionsBar - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsBar() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
PlotOptionsBoxplot - Class in com.vaadin.flow.component.charts.model
A box plot is a convenient way of depicting groups of data through their five-number summaries: the smallest observation (sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3), and largest observation (sample maximum).
PlotOptionsBoxplot() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
PlotOptionsBubble - Class in com.vaadin.flow.component.charts.model
A bubble series is a three dimensional series type where each point renders an X, Y and Z value.
PlotOptionsBubble() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
PlotOptionsCandlestick - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsCandlestick() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
PlotOptionsColumn - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsColumn() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
PlotOptionsColumnrange - Class in com.vaadin.flow.component.charts.model
The column range is a cartesian series type with higher and lower Y values along an X axis.
PlotOptionsColumnrange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
PlotOptionsErrorbar - Class in com.vaadin.flow.component.charts.model
Error bars are a graphical representation of the variability of data and are used on graphs to indicate the error, or uncertainty in a reported measurement.
PlotOptionsErrorbar() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
PlotOptionsFlags - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsFlags() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
PlotOptionsFunnel - Class in com.vaadin.flow.component.charts.model
Funnel charts are a type of chart often used to visualize stages in a sales project, where the top are the initial stages with the most clients.
PlotOptionsFunnel() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
PlotOptionsGauge - Class in com.vaadin.flow.component.charts.model
General plotting options for the gauge series type.
PlotOptionsGauge() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
PlotOptionsHeatmap - Class in com.vaadin.flow.component.charts.model
The heatmap series type.
PlotOptionsHeatmap() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
PlotOptionsLine - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsLine() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
PlotOptionsOhlc - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsOhlc() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
PlotOptionsPie - Class in com.vaadin.flow.component.charts.model
A pie chart is a circular chart divided into sectors, illustrating numerical proportion.
PlotOptionsPie() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
PlotOptionsPolygon - Class in com.vaadin.flow.component.charts.model
A polygon series can be used to draw any freeform shape in the cartesian coordinate system.
PlotOptionsPolygon() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
PlotOptionsPyramid - Class in com.vaadin.flow.component.charts.model
A pyramid chart consists of a single pyramid with item heights corresponding to each point value.
PlotOptionsPyramid() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
PlotOptionsScatter - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsScatter() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
PlotOptionsSeries - Class in com.vaadin.flow.component.charts.model
General options for all series types.
PlotOptionsSeries() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
PlotOptionsSolidgauge - Class in com.vaadin.flow.component.charts.model
A gauge showing values using a filled arc with colors indicating the value.
PlotOptionsSolidgauge() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
PlotOptionsSpline - Class in com.vaadin.flow.component.charts.model
 
PlotOptionsSpline() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
PlotOptionsTreemap - Class in com.vaadin.flow.component.charts.model
The size of the point shape is determined by its value relative to its siblings values.
PlotOptionsTreemap() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
PlotOptionsWaterfall - Class in com.vaadin.flow.component.charts.model
Options for the waterfall series type.
PlotOptionsWaterfall() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
PLUM - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PointClickEvent - Class in com.vaadin.flow.component.charts.events
The PointClickEvent class stores data for click events on the points of the chart.
PointClickEvent(Chart, boolean, int, int, boolean, boolean, boolean, boolean, int, double, double, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointClickEvent
Constructs a PointClickEvent
PointLegendItemClickEvent - Class in com.vaadin.flow.component.charts.events
The PointLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart point.
PointLegendItemClickEvent(Chart, boolean, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
Constructs a SeriesLegendItemClickEvent
PointMouseOutEvent - Class in com.vaadin.flow.component.charts.events
Fired when the mouse exits the neighborhood of a point
PointMouseOutEvent(Chart, boolean, int, int, String, String) - Constructor for class com.vaadin.flow.component.charts.events.PointMouseOutEvent
 
PointMouseOverEvent - Class in com.vaadin.flow.component.charts.events
Fired when the mouse pointer moves within the neighborhood of a point
PointMouseOverEvent(Chart, boolean, int, int, String, String) - Constructor for class com.vaadin.flow.component.charts.events.PointMouseOverEvent
 
PointOptions - Class in com.vaadin.flow.component.charts.model
 
PointOptions() - Constructor for class com.vaadin.flow.component.charts.model.PointOptions
 
PointPlacement - Enum in com.vaadin.flow.component.charts.model
Possible values: null, ON, BETWEEN.
PointRemoveEvent - Class in com.vaadin.flow.component.charts.events
The PointRemoveEvent class stores data for remove events on the points of the chart
PointRemoveEvent(Chart, boolean, int, String, double, double, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointRemoveEvent
 
PointSelectEvent - Class in com.vaadin.flow.component.charts.events
The PointSelectEvent class stores data for select events on the points of the chart.
PointSelectEvent(Chart, boolean, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointSelectEvent
 
PointUnselectEvent - Class in com.vaadin.flow.component.charts.events
The PointUnselectEvent class stores data for unselect events on the points of the chart.
PointUnselectEvent(Chart, boolean, int, String, int, String) - Constructor for class com.vaadin.flow.component.charts.events.PointUnselectEvent
 
PointUpdateEvent - Class in com.vaadin.flow.component.charts.events
The PointUpdateEvent class stores data for update events on the points of the chart
PointUpdateEvent(Chart, boolean, int, String, int, String, Double, Double, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.PointUpdateEvent
 
POLYGON - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
Position - Class in com.vaadin.flow.component.charts.model
Position configuration for the credits label.
Position() - Constructor for class com.vaadin.flow.component.charts.model.Position
 
POWDERBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PURPLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PYRAMID - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
PyramidOptions - Class in com.vaadin.flow.component.charts.model
 
PyramidOptions() - Constructor for class com.vaadin.flow.component.charts.model.PyramidOptions
 

R

RangeSelector - Class in com.vaadin.flow.component.charts.model
The range selector is a tool for selecting ranges to display within the chart.
RangeSelector() - Constructor for class com.vaadin.flow.component.charts.model.RangeSelector
 
RangeSelector(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.RangeSelector
 
RangeSelectorButton - Class in com.vaadin.flow.component.charts.model
Options for range selector buttons.
RangeSelectorButton() - Constructor for class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
RangeSelectorButton(RangeSelectorTimespan, Number, String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
RangeSelectorButton(RangeSelectorTimespan, String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSelectorButton
 
RangeSelectorTimespan - Enum in com.vaadin.flow.component.charts.model
Possible timespan values for range selector buttons
RangeSeries - Class in com.vaadin.flow.component.charts.model
Series for range type data
RangeSeries() - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
 
RangeSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given name
RangeSeries(Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given values
RangeSeries(String, Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given name and values
RED - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
remove(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Removes a given item and immediately removes it from the chart.
removeAxis(T) - Method in class com.vaadin.flow.component.charts.model.AxisList
Removes an axis from the list
removeBackground(Background) - Method in class com.vaadin.flow.component.charts.model.Pane
Removes first occurrence of background in background array
removeButton(RangeSelectorButton) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
Removes first occurrence of button in buttons array
removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.Axis
Removes first occurrence of category in categories array
removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
Removes first occurrence of category in categories array
removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Removes first occurrence of category in categories array
removeCategory(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Removes first occurrence of category in categories array
removeChangeListener(ConfigurationChangeListener) - Method in class com.vaadin.flow.component.charts.model.Configuration
Removes a change listener.
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Removes first occurrence of color in colors array
removeColorAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
Removes all defined color-axes
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Removes first occurrence of key in keys array
removeKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Removes first occurrence of key in keys array
removeLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Removes first occurrence of level in levels array
removePane(Pane) - Method in class com.vaadin.flow.component.charts.model.PaneList
Removes a pane from the list
removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.Axis
Removes first occurrence of plotBand in plotBands array
removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.XAxis
Removes first occurrence of plotBand in plotBands array
removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.YAxis
Removes first occurrence of plotBand in plotBands array
removePlotBand(PlotBand) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Removes first occurrence of plotBand in plotBands array
removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.Axis
Removes first occurrence of plotLine in plotLines array
removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.XAxis
Removes first occurrence of plotLine in plotLines array
removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.YAxis
Removes first occurrence of plotLine in plotLines array
removePlotLine(PlotLine) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Removes first occurrence of plotLine in plotLines array
removeStop(Stop) - Method in class com.vaadin.flow.component.charts.model.YAxis
Removes first occurrence of stop in stops array
removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.Axis
Removes first occurrence of unit in units array
removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
Removes first occurrence of unit in units array
removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.XAxis
Removes first occurrence of unit in units array
removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.YAxis
Removes first occurrence of unit in units array
removeUnit(TimeUnitMultiples) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Removes first occurrence of unit in units array
removexAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
Removes all defined X-axes
removeyAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
Removes all defined Y-axes
removezAxes() - Method in class com.vaadin.flow.component.charts.model.Configuration
Removes all defined Z-axes
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Removes first occurrence of zone in zones array
removeZone(Zones) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Removes first occurrence of zone in zones array
resetZoom(boolean, boolean) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
Reset zoom level by setting axis extremes to null
resetZoom() - Method in class com.vaadin.flow.component.charts.model.Configuration
Reset zoom level by setting axes extremes to null
resetZoom(boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
Reset zoom level by setting axes extremes to null
ResetZoomButton - Class in com.vaadin.flow.component.charts.model
The button that appears after a selection zoom, allowing the user to reset zoom.
ResetZoomButton() - Constructor for class com.vaadin.flow.component.charts.model.ResetZoomButton
 
ResetZoomButtonRelativeTo - Enum in com.vaadin.flow.component.charts.model
What frame the button should be placed related to.
Responsive - Class in com.vaadin.flow.component.charts.model
Allows setting a set of rules to apply for different screen or chart sizes.
Responsive() - Constructor for class com.vaadin.flow.component.charts.model.Responsive
 
reverseListSeries() - Method in class com.vaadin.flow.component.charts.model.Configuration
Reverses the ListSeries (transposes it such that categories would be series names and vice versa) to help stacking throws IllegalStateException if series are not ListSeries type
ROSYBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
ROYALBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Rules - Class in com.vaadin.flow.component.charts.model
A set of rules for responsive settings.
Rules() - Constructor for class com.vaadin.flow.component.charts.model.Rules
 

S

SADDLEBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SALMON - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SANDYBROWN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SCATTER - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
Scrollbar - Class in com.vaadin.flow.component.charts.model
An optional scrollbar to display on the Y axis in response to limiting the minimum an maximum of the axis values.
Scrollbar() - Constructor for class com.vaadin.flow.component.charts.model.Scrollbar
 
Scrollbar(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Scrollbar
 
SEAGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SEASHELL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Select - Class in com.vaadin.flow.component.charts.model
The appearance of the point marker when selected.
Select() - Constructor for class com.vaadin.flow.component.charts.model.Select
 
Select(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Select
 
serialize(AbstractSeries, BeanSerializerDelegator<AbstractSeries>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
 
serialize(AxisList, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
 
serialize(AxisTitle, BeanSerializerDelegator<AxisTitle>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
serialize(T, BeanSerializerDelegator<T>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
serialize(ChartEnum, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
 
serialize(DataProviderSeries, BeanSerializerDelegator<DataProviderSeries>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
serialize(DataSeriesItem, BeanSerializerDelegator<DataSeriesItem>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
serialize(Date, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
serialize(Instant, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
 
serialize(LegendTitle, BeanSerializerDelegator<LegendTitle>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
 
serialize(PaneList, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
 
serialize(SolidColor, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
 
serialize(Stop, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.StopSerializer
 
serialize(TimeUnitMultiples, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
 
serialize(Title, BeanSerializerDelegator<Title>, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
 
serializeFields(Object, JsonGenerator, SerializerProvider) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
Series - Interface in com.vaadin.flow.component.charts.model
Series interface for all kinds of Series
seriesAdded(SeriesAddedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
A new series has been added
SeriesAddedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event for information about a new series to be added
SeriesAddedEvent(Series) - Constructor for class com.vaadin.flow.component.charts.events.internal.SeriesAddedEvent
Constructs the event.
SeriesAfterAnimateEvent - Class in com.vaadin.flow.component.charts.events
Fired after a chart series is animated
SeriesAfterAnimateEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
 
seriesChanged(SeriesChangedEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
The series has been changed.
SeriesChangedEvent - Class in com.vaadin.flow.component.charts.events.internal
Event for information about changes in data of series
SeriesChangedEvent(Series) - Constructor for class com.vaadin.flow.component.charts.events.internal.SeriesChangedEvent
Constructs the event.
SeriesCheckboxClickEvent - Class in com.vaadin.flow.component.charts.events
SeriesCheckboxClickEvent triggered when a checkbox in a legend is clicked
SeriesCheckboxClickEvent(Chart, boolean, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
Constructs a SeriesCheckboxClickEvent
SeriesClickEvent - Class in com.vaadin.flow.component.charts.events
The SeriesClickEvent class stores data for click events on the series of the chart.
SeriesClickEvent(Chart, boolean, int, int, boolean, boolean, boolean, boolean, int, double, double, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesClickEvent
 
SeriesHideEvent - Class in com.vaadin.flow.component.charts.events
Fired when a series is hidden
SeriesHideEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesHideEvent
 
SeriesLegendItemClickEvent - Class in com.vaadin.flow.component.charts.events
The SeriesLegendItemClickEvent class stores information on click events on the charts's legend items that correspond to a chart series.
SeriesLegendItemClickEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
Constructs a SeriesLegendItemClickEvent
SeriesMouseOutEvent - Class in com.vaadin.flow.component.charts.events
Fired when the mouse exits the neighborhood of a series
SeriesMouseOutEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent
 
SeriesMouseOverEvent - Class in com.vaadin.flow.component.charts.events
Fired when the mouse moves within the neighborhood of a series
SeriesMouseOverEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent
 
SeriesShowEvent - Class in com.vaadin.flow.component.charts.events
Fired when a series is shown
SeriesShowEvent(Chart, boolean, int) - Constructor for class com.vaadin.flow.component.charts.events.SeriesShowEvent
 
seriesStateChanged(SeriesStateEvent) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
The series is enabled or disabled
SeriesStateEvent - Class in com.vaadin.flow.component.charts.events.internal
Listener class for Series enabling and disabling events.
SeriesStateEvent(Series, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent
Constructs the event with given series and its state information.
SeriesTooltip - Class in com.vaadin.flow.component.charts.model
A configuration object for the tooltip rendering of each single series.
SeriesTooltip() - Constructor for class com.vaadin.flow.component.charts.model.SeriesTooltip
 
setAbsoluteX(int) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setAbsoluteY(int) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setAccessibility(Accessibility) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets options for configuring accessibility for the chart.
setAdaptToUpdatedData(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
Whether the navigator and scrollbar should adapt to updated data in the base X axis.
setAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
Alignment of the title relative to the axis values.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
Alignment for the buttons.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.ContextButton
Alignment for the buttons.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
Alignment of the label compared to the axis.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The alignment of the data label compared to the point.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The alignment of the data label compared to the point.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Label
Horizontal alignment of the label.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Labels
What part of the string the given position is anchored to.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Legend
The horizontal alignment of the legend box within the chart area.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.StackLabels
Defines the horizontal alignment of the stack total label.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Subtitle
The horizontal alignment of the subtitle.
setAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Title
The horizontal alignment of the title.
setAlignTicks(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
When using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks, as if tickAmount were specified.
setAllButtonsEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
Whether to enable all buttons from the start.
setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to allow decimals in this axis' ticks.
setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to allow decimals in this axis' ticks.
setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to allow decimals in this axis' ticks.
setAllowDecimals(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to allow decimals in this axis' ticks.
setAllowDrillToNode(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
When enabled the user can click on a point which is a parent and zoom in on its children.
setAllowedMultiples(int...) - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
setAllowHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Exporting
Experimental setting to allow HTML inside the chart (added through the useHTML options), directly in the exported image.
setAllowOverlap(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Whether to allow data labels to overlap.
setAllowOverlap(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Whether to allow data labels to overlap.
setAllowPointDrilldown(Boolean) - Method in class com.vaadin.flow.component.charts.model.Drilldown
When this option is false, clicking a single point will drill down all points in the same category, equivalent to clicking the X axis label.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Allow this series' points to be selected by clicking on the markers or bars.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Allow this series' points to be selected by clicking on the markers or bars.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Allow this series' points to be selected by clicking on the markers or bars.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Allow this series' points to be selected by clicking on the markers or bars.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAllowPointSelect(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Allow this series' points to be selected by clicking on the markers, bars or pie slices.
setAlpha(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
One of the two rotation angles for the chart.
setAlternateGridColor(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
When using an alternate grid color, a band is painted across the plot area between every other grid line.
setAlternateGridColor(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
When using an alternate grid color, a band is painted across the plot area between every other grid line.
setAlternateGridColor(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
When using an alternate grid color, a band is painted across the plot area between every other grid line.
setAlternateGridColor(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
When using an alternate grid color, a band is painted across the plot area between every other grid line.
setAlternateStartingDirection(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Enabling this option will make the treemap alternate the drawing direction between vertical and horizontal.
setAltKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setAngle(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
In a polar chart, this is the angle of the Y axis in degrees, where 0 is up and 90 is right.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Set the overall animation for all chart updating.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Drilldown
Set the animation for all drilldown animations.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Hover
Animation setting for hovering the graph in line-type series.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
How to animate the pages when navigating up or down.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Enable or disable the initial animation when a series is displayed.
setAnimation(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Enable or disable animation of the tooltip.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setAnimationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
For some series, there is a limit that shuts down initial animation by default when the total number of points in the chart is too high.
setArrowSize(Number) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
The pixel size of the up and down arrows in the legend paging navigation.
setAutomaticChartUpdateEnabled(boolean) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets if the chart should be updated automatically when a DataChangeEvent is emitted by the data provider.
setAutoRotation(Number[]) - Method in class com.vaadin.flow.component.charts.model.Labels
For horizontal axes, the allowed degrees of label rotation to prevent overlapping labels.
setAutoRotationLimit(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
When each category width is more than this many pixels, we don't apply auto rotation.
setAxisIndex(int) - Method in class com.vaadin.flow.component.charts.model.Axis
 
setAxisLabelPosition(String) - Method in class com.vaadin.flow.component.charts.model.Options3d
Set it to "auto" to automatically move the labels to the best edge.
setBack(Back) - Method in class com.vaadin.flow.component.charts.model.Frame
Defines the back panel of the frame around 3D charts.
setBackground(Background...) - Method in class com.vaadin.flow.component.charts.model.Pane
An object, or array of objects, for backgrounds.
setBarBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The border rounding radius of the bar.
setBarBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The width of the bar's border.
setBaseLength(String) - Method in class com.vaadin.flow.component.charts.model.Dial
The length of the dial's base part, relative to the total radius or length of the dial.
setBaseWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
The pixel width of the base of the gauge dial.
setBeta(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
One of the two rotation angles for the chart.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The corner radius of the outer chart border.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
The border corner radius of the crosshair label.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The border corner radius of the legend.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The radius of the rounded border corners.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The pixel width of the tooltip border.
setBottom(Bottom) - Method in class com.vaadin.flow.component.charts.model.Frame
The bottom of the frame around a 3D chart.
setBreaks(Breaks[]) - Method in class com.vaadin.flow.component.charts.model.XAxis
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
setBreaks(Breaks[]) - Method in class com.vaadin.flow.component.charts.model.YAxis
An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.
setBreakSize(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
A number indicating how much space should be left between the start and the end of the break.
setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setButtonBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The corner radius of the scrollbar buttons.
setButtonBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The border width of the scrollbar buttons.
setButtonOptions(ButtonOptions) - Method in class com.vaadin.flow.component.charts.model.Navigation
A collection of options for buttons appearing in the exporting module.
setButtonPosition(ButtonPosition) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
A fixed pixel position for the buttons.
setButtons(Buttons) - Method in class com.vaadin.flow.component.charts.model.Exporting
Options for the export related buttons, print and export.
setButtons(RangeSelectorButton...) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
An array of configuration objects for the buttons.
setButtonSpacing(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The space in pixels between the buttons in the range selector.
setCallback(String) - Method in class com.vaadin.flow.component.charts.model.Condition
 
setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.Axis
If categories are present for the axis, names are used instead of numbers for that axis.
setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.XAxis
If categories are present for the xAxis, names are used instead of numbers for that axis.
setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.YAxis
If categories are present for the xAxis, names are used instead of numbers for that axis.
setCategories(String...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
If categories are present for the xAxis, names are used instead of numbers for that axis.
setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The highest allowed value for automatically computed axis extremes.
setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The highest allowed value for automatically computed axis extremes.
setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The highest allowed value for automatically computed axis extremes.
setCeiling(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The highest allowed value for automatically computed axis extremes.
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.Pane
The center of a polar chart or angular gauge, given as an array of [x, y] positions.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.Pane
 
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The center of the series.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The center of the pie chart relative to the plot area.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The center of the series.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
setCenter(String[]) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
The center of the series.
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
setChangeDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
How many decimals to show for the point.change value when the series.compare option is set.
setChangeDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
How many decimals to show for the point.change value when the series.compare option is set.
setChart(ChartModel) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets options regarding the chart and plot areas as well as general chart options.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
A class name for the data label.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
An additional, individual class name for the data point's graphic representation.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Axis
A class name that opens for styling the axis by CSS.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
A CSS class name to apply to the charts container div, allowing unique CSS styling for each chart.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Crosshair
A class name for the crosshair, especially as a hook for styling.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
A class name for the data label.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
A class name for the data label.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
A class name for the data label.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
A custom class name, in addition to the default highcharts-plot-band, to apply to each individual band.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotLine
A custom class name, in addition to the default highcharts-plot-line, to apply to each individual line.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
A class name to apply to the series' graphical elements.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.Zones
setClose(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving close values from the bean provided by the data provider.
setClose(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcItem
Sets the close value of the OHLC item
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Back
The color of the panel.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Bottom
The color of the panel.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Side
The color of the panel.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the color CSS attribute.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Top
The color of the panel.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point.
setColorCount(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
In styled mode, this sets how many colors the class names should rotate between.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
A specific color index to use for the point, so its graphic representations are given the class name highcharts-color-{n}.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A specific color index to use for the series, so its graphic representations are given the class name highcharts-color-{n}.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
A specific color index to use for the point, so its graphic representations are given the class name highcharts-color-{n}.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A specific color index to use for the series, so its graphic representations are given the class name highcharts-color-{n}.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
A specific color index to use for the series, so its graphic representations are given the class name highcharts-color-{n}.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
A specific color index to use for the series, so its graphic representations are given the class name highcharts-color-{n}.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
A series specific or series type specific color set to use instead of the global colors.
setColorValue(Number) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
This value will decide which color the point gets from the scale of the colorAxis.
setColsize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The column size - how many X axis units each column in the heatmap should span.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompare(Compare) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Compare the values of the series against the first non-null, non-zero value in the visible range.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
This option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
This option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
When compare is percent, this option dictates whether to use 0 or 100 as the base of comparison.
setCompareBase(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
This option dictates whether to use 0 or 100 as the base of comparison.
setCondition(Condition) - Method in class com.vaadin.flow.component.charts.model.Rules
Under which conditions the rule applies.
setConfiguration(Configuration) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
setConfiguration(ChartConfiguration) - Method in class com.vaadin.flow.component.charts.model.Axis
Sets the configuration this axis is bound to.
setConfiguration(Configuration) - Method in class com.vaadin.flow.component.charts.model.Drilldown
Sets the configuration linked to the drilldown series.
setConfiguration(Configuration) - Method in interface com.vaadin.flow.component.charts.model.Series
Sets the configuration to which this series is linked.
setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Polar charts only.
setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Polar charts only.
setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Polar charts only.
setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Polar charts only.
setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Polar charts only.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to connect a graph line across null points.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether to connect a graph line across null points.
setConnectorPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The distance from the data label to the connector.
setConnectorPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The distance from the data label to the connector.
setContextButton(ContextButton) - Method in class com.vaadin.flow.component.charts.model.Buttons
Options for the export button.
setContextButtonTitle(String) - Method in class com.vaadin.flow.component.charts.model.Lang
Exporting module menu.
setCount(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines how many units of the defined type to use.
setCredits(Credits) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets/changes the credits label that is added in the lower right corner of the chart.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
When true, each column edge is rounded to its nearest pixel in order to render sharp on screen.
setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Whether to hide data labels that are outside the plot area.
setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Whether to hide data labels that are outside the plot area.
setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Whether to hide data labels that are outside the plot area.
setCrop(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Whether to hide data labels that are outside the plot area.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
When the series contains less points than the crop threshold, all points are drawn, event if the points fall outside the visible plot area at the current zoom.
setCropThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
When the series contains less points than the crop threshold, all points are drawn, even if the points fall outside the visible plot area at the current zoom.
setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.Axis
Configure a crosshair that follows either the mouse pointer or the hovered point.
setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.XAxis
Configure a crosshair that follows either the mouse pointer or the hovered point.
setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.YAxis
Configure a crosshair that follows either the mouse pointer or the hovered point.
setCrosshair(Crosshair) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Configure a crosshair that follows either the mouse pointer or the hovered point.
setCtrlKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the cursor CSS attribute to be shown on mouse over
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PointOptions
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setCursor(Cursor) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
You can set the cursor to "pointer" if you have click events attached to the series, to signal to the user that the points and lines can be clicked.
setData(String[], Number[]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data entries, first clearing the old ones.
setData(String[], Number[], Number[]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data entries, first clearing the old ones.
setData(Number...) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data entries, first clearing the old ones.
setData(List<DataSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data to the provided list of data items.
setData(Number[]...) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
Sets the numeric data for this series.
setData(Number...) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Sets the values in the list series to the ones provided.
setData(List<Number>) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Sets the given list of numeric values as the values in this list series.
setData(Collection<TreeSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Set the list of TreeSeriesItem in this series.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Data grouping is the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the charts.
setDataGrouping(DataGrouping) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines a custom data grouping definition for the button
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Set the label configuration for this item
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Data labels for the gauge.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.Level
Can set the options of dataLabels on each point which lies on the level.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Extended data labels for range series types.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Extended data labels for range series types.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Extended data labels for range series types.
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Data labels for the gauge.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Data labels for the gauge.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Options for the series data labels, appearing next to each data point.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Specific data labels configuration for a series type
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Specific data labels configuration for a series type
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.Axis
For a datetime axis, the scale will automatically adjust to the appropriate unit.
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
Datetime formats for the header of the tooltip in a stock chart.
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points.
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.Tooltip
For series on a datetime axes, the date format in the tooltip's header will by default be guessed based on the closest data points.
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.XAxis
For a datetime axis, the scale will automatically adjust to the appropriate unit.
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.YAxis
For a datetime axis, the scale will automatically adjust to the appropriate unit.
setDateTimeLabelFormats(DateTimeLabelFormats) - Method in class com.vaadin.flow.component.charts.model.ZAxis
For a datetime axis, the scale will automatically adjust to the appropriate unit.
setDay(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for day resolution.
setDecimalPoint(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The default decimal point used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.
setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Whether to defer displaying the data labels until the initial series animation has finished.
setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Whether to defer displaying the data labels until the initial series animation has finished.
setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Whether to defer displaying the data labels until the initial series animation has finished.
setDefer(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Whether to defer displaying the data labels until the initial series animation has finished.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
The total depth of the chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The thickness of a 3D pie.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The thickness of a 3D pie.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The thickness of a 3D pie.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Depth of the columns in a 3D column chart.
setDepth(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
The thickness of a 3D pie.
setDescribeSingleSeries(Boolean) - Method in class com.vaadin.flow.component.charts.model.Accessibility
Whether or not to add series descriptions to charts with a single series.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A description of the series to add to the screen reader information about the series.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.Axis
Description of the axis to screen reader users.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
A text description of the chart.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A description of the series to add to the screen reader information about the series.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
A description of the series to add to the screen reader information about the series.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
A description of the series to add to the screen reader information about the series.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Requires Accessibility module
setDial(Dial) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the dial or arrow pointer of the gauge.
setDial(Dial) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Options for the dial or arrow pointer of the gauge.
setDisplayNegative(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Whether to display negative sized bubbles.
setDistance(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The distance of the data label from the pie's edge.
setDistance(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The distance of the data label from the pie's edge.
setDistance(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
Angular gauges and solid gauges only.
setDownloadJPEG(String) - Method in class com.vaadin.flow.component.charts.model.Lang
Exporting module only.
setDownloadPDF(String) - Method in class com.vaadin.flow.component.charts.model.Lang
Exporting module only.
setDownloadPNG(String) - Method in class com.vaadin.flow.component.charts.model.Lang
Exporting module only.
setDownloadSVG(String) - Method in class com.vaadin.flow.component.charts.model.Lang
Exporting module only.
setDrillUpButton(DrillUpButton) - Method in class com.vaadin.flow.component.charts.model.Drilldown
Options for the drill up button that appears when drilling down on a series.
setDrillUpText(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The text for the button that appears when drilling down, linking back to the parent series.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
3D columns only.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
3D columns only.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
3D columns only.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
3D columns only.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
3D columns only.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
3D columns only.
setEdgeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
3D columns only.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Enable or disable the data labels.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Accessibility
Enable accessibility features for the chart.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
Whether to enable buttons.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.ContextButton
Whether to enable buttons.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Credits
Whether to show the credits text.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
Enable or disable data grouping.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Enable or disable the data labels.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Enable or disable the data labels.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Enable or disable the data labels.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Exporting
Whether to enable the exporting module.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Hover
Enable separate styles for the hovered series to visualize that the user hovers either the series itself or the legend.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
Enable keyboard navigation for the chart.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Labels
Enable or disable the axis labels.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
Enable or disable the legend.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
Whether to enable the legend navigation.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Marker
Enable or disable the point marker.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
Enable or disable the navigator.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Options3d
Wether to render the chart using the 3D functionality.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
Enable or disable the range selector.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
Enable the scrollbar on the Y axis.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Select
Enable or disable visible feedback for selection.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.StackLabels
Enable or disable the stack total labels.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Enable or disable the tooltip.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Enable or disable the mouse tracking for a specific series.
setEnableMouseTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Enable or disable the mouse tracking for a specific series.
setEndAngle(Number) - Method in class com.vaadin.flow.component.charts.model.Pane
The end angle of the polar X axis or gauge value axis, given in degrees where 0 is north.
setEndAngle(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The end angle of the pie in degrees where 0 is top and 90 is right.
setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to force the axis to end on a tick.
setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to force the axis to end on a tick.
setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to force the axis to end on a tick.
setEndOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to force the axis to end on a tick.
setError(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
 
setExporting(Boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets whether to enable exporting
setExporting(Exporting) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the exporting module settings.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
By default, series are exposed to screen readers as regions.
setExposeElementToA11y(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
By default, series are exposed to screen readers as regions.
setExtremes(Number, Number) - Method in class com.vaadin.flow.component.charts.model.Axis
Sets the minimum and maximum of the axes after rendering has finished.
setExtremes(Date, Date) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Date.
setExtremes(Number, Number, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Sets the extremes at runtime.
setExtremes(Date, Date, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Date.
setExtremes(Number, Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Run-time modification of the axis extremes.
setExtremes(Date, Date, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Date.
setFallbackToExportServer(Boolean) - Method in class com.vaadin.flow.component.charts.model.Exporting
Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart on the client side.
setFilename(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
The filename, without extension, to use for the exported chart.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFindNearestPointBy(Dimension) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Determines whether the series should look for the nearest point in both dimensions or just the x-dimension when hovering the series.
setFitToPlot(Boolean) - Method in class com.vaadin.flow.component.charts.model.Options3d
Whether the 3d box should automatically adjust to the chart plot area.
setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
When the legend is floating, the plot area ignores it and is allowed to be placed below it.
setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Subtitle
When the subtitle is floating, the plot area will not move to make space for it.
setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Title
When the title is floating, the plot area will not move to make space for it.
setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The lowest allowed value for automatically computed axis extremes.
setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The lowest allowed value for automatically computed axis extremes.
setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The lowest allowed value for automatically computed axis extremes.
setFloor(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The lowest allowed value for automatically computed axis extremes.
setFollowPointer(Boolean) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
setFollowPointer(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Whether the tooltip should follow the mouse as it moves across columns, pie slices and other point types with an extent.
setFollowTouchMove(Boolean) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
Whether the tooltip should follow the finger as it moves on a touch device.
setFollowTouchMove(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Whether the tooltip should follow the finger as it moves on a touch device.
setFontFamily(String) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the font-family CSS attribute.
setFontSize(String) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the font-size CSS attribute.
setFontWeight(FontWeight) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the font-weight CSS attribute.
setFooterFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
A string to append to the tooltip format.
setFooterFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
A string to append to the tooltip format.
setForced(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
When data grouping is forced, it runs no matter how small the intervals are.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
A format string for the data label.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
A format string for the crosshair label.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
A format string for the data label.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
A format string for the data label.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
A format string for the data label.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.Labels
A format string for the axis label.
setFormat(String) - Method in class com.vaadin.flow.component.charts.model.StackLabels
A format string for the data label.
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Callback JavaScript function to format the data label.
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Labels
 
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
setFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
setFrame(Frame) - Method in class com.vaadin.flow.component.charts.model.Options3d
Provides the option to draw a frame around the charts by defining a bottom, front and back panel.
setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
The point where the break starts.
setFrom(Date) - Method in class com.vaadin.flow.component.charts.model.Breaks
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
 
setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The start position of the plot band in axis units.
setFrom(Date) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Defines when to display a gap in the graph.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Defines when to display a gap in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Together with gapSize, this option defines where to draw gaps in the graph.
setGapUnit(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Together with gapSize, this option defines where to draw gaps in the graph.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGetExtremesFromAll(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Whether to use the Y extremes of the total chart width or only the zoomed area when zooming in on parts of the X axis.
setGridLineInterpolation(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Polar charts only.
setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The Z index of the grid lines.
setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The Z index of the grid lines.
setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The Z index of the grid lines.
setGridZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The Z index of the grid lines.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Whether to group non-stacked columns or to let them render independent of each other.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Whether to group non-stacked columns or to let them render independent of each other.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Padding between each value groups, in x axis units.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Padding between each value groups, in x axis units.
setGroupPixelWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
The approximate pixel width of each group.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The spacing between columns on the Z Axis in a 3D chart.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The spacing between columns on the Z Axis in a 3D chart.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The spacing between columns on the Z Axis in a 3D chart.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The spacing between columns on the Z Axis in a 3D chart.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The spacing between columns on the Z Axis in a 3D chart.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The spacing between columns on the Z Axis in a 3D chart.
setGroupZPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The spacing between columns on the Z Axis in a 3D chart.
setHalo(Halo) - Method in class com.vaadin.flow.component.charts.model.Hover
Options for the halo appearing around the hovered point in line-type series as well as outside the hovered slice in pie charts.
setHeaderFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
The HTML of the tooltip header line.
setHeaderFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The HTML of the tooltip header line.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
Pixel height of the buttons.
setHeight(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
An explicit height for the chart.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
Pixel height of the buttons.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
Image markers only.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Navigator
The height of the navigator.
setHeight(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The height of the funnel or pyramid.
setHeight(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The height of the funnel or pyramid.
setHeight(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Sets the height using String presentation.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The height of the range selector, used to reserve space for buttons and input.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The height of the scrollbar.
setHeight(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
The height of the Y axis.
setHideDelay(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
setHideDelay(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The number of milliseconds to wait until the tooltip is hidden when mouse out from a point or chart.
setHideDuration(Number) - Method in class com.vaadin.flow.component.charts.model.Loading
The duration in milliseconds of the fade out effect.
setHigh(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving high values from the bean provided by the data provider.
setHigh(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the upper range for visualizations.
setHorizontalAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
The horizontal alignment of the button.
setHorizontalAlign(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.Position
The horizontal alignment of the credits.
setHour(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for hour resolution
setHover(Hover) - Method in class com.vaadin.flow.component.charts.model.States
 
setHref(String) - Method in class com.vaadin.flow.component.charts.model.Credits
The URL for the credits label.
setHtml(String) - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
Sets the inner HTML or text for the label.
setId(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Sets an id for the series
setId(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the ID for the point.
setId(String) - Method in class com.vaadin.flow.component.charts.model.Axis
An id for the axis.
setId(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the ID for the point.
setId(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
An id used for identifying the plot band in Axis.removePlotBand.
setId(String) - Method in class com.vaadin.flow.component.charts.model.PlotLine
An id used for identifying the plot line in Axis.removePlotLine.
setId(String) - Method in interface com.vaadin.flow.component.charts.model.Series
Sets an id for the series
setId(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
An id for the axis.
setId(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
An id for the axis.
setId(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
An id for the axis.
setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Equivalent to chart.ignoreHiddenSeries, this option tells whether the series shall be redrawn as if the hidden point were null.
setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Whether to ignore hidden points when the layout algorithm runs.
setIgnoreHiddenSeries(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
If true, the axes will scale to the remaining visible series once one series is hidden.
setInnerRadius(String) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the inner radius of the circular shaped background using a string representation of a percentage, e.g.
setInnerRadius(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
In a gauge chart, this option determines the inner radius of the plot band that stretches along the perimeter.
setInnerSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The size of the inner diameter for the pie.
setInputBoxHeight(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The pixel height of the date input boxes.
setInputBoxWidth(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The pixel width of the date input boxes.
setInputDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The date format in the input boxes when not selected for editing.
setInputDateParser(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
setInputEditDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The date format in the input boxes when they are selected for editing.
setInputEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
Enable or disable the date input boxes.
setInputPosition(ButtonPosition) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
Positioning for the input boxes.
setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
For points with an extent, like columns, whether to align the data label inside the box or to the actual value point.
setInteractByLeaf(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
This option decides if the user can interact with the parent nodes or just the leaf nodes.
setIntermediate(boolean) - Method in class com.vaadin.flow.component.charts.model.WaterFallSum
 
setInvalidDate(String) - Method in class com.vaadin.flow.component.charts.model.Lang
What to show in a date field for invalid dates.
setInverted(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Whether to invert the axes so that the x axis is vertical and y axis is horizontal.
setItemDistance(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
In a legend with horizontal layout, the itemDistance defines the pixel distance between each item.
setItemMarginBottom(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The pixel bottom margin for each legend item.
setItemMarginTop(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The pixel top margin for each legend item.
setItems(HTMLLabelItem...) - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
Sets the label items
setItemSliced(int, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets a new sliced value to the item with the specified index
setItemSliced(int, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets a new sliced value to the item with the specified index
setItemSliced(int, boolean, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets a new sliced value to the item with the specified index
setItemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The width for each legend item.
setKeyboardNavigation(KeyboardNavigation) - Method in class com.vaadin.flow.component.charts.model.Accessibility
Options for keyboard navigation.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PointOptions
An array specifying which option maps to which key in the data point array.
setKeys(String...) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
An array specifying which option maps to which key in the data point array.
setLabel(CrosshairLabel) - Method in class com.vaadin.flow.component.charts.model.Crosshair
A label on the axis next to the crosshair.
setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Text labels for the plot bands
setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotLine
Text labels for the plot bands
setLabelFormat(String) - Method in class com.vaadin.flow.component.charts.model.Legend
A format string for each legend label.
setLabelFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Legend
 
setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.Axis
The axis labels show the number or category for each tick.
setLabels(HTMLLabels) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets HTML labels that can be positioned anywhere in the chart area.
setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.XAxis
The axis labels show the number or category for each tick.
setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The axis labels show the number or category for each tick.
setLayout(LayoutDirection) - Method in class com.vaadin.flow.component.charts.model.Legend
The layout of the legend items.
setLayoutAlgorithm(TreeMapLayoutAlgorithm) - Method in class com.vaadin.flow.component.charts.model.Level
Can set the layoutAlgorithm option on a specific level.
setLayoutAlgorithm(TreeMapLayoutAlgorithm) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
This option decides which algorithm is used for setting position and dimensions of the points.
setLayoutStartingDirection(TreeMapLayoutStartingDirection) - Method in class com.vaadin.flow.component.charts.model.Level
Can set the layoutStartingDirection option on a specific level.
setLayoutStartingDirection(TreeMapLayoutStartingDirection) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Defines which direction the layout algorithm will start drawing.
setLeft(String) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the left CSS attribute
setLegend(Legend) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the sequential index of the pie slice in the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the sequential index of the pie slice in the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The sequential index of the series within the legend.
setLegendIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The sequential index of the series within the legend.
setLevel(Number) - Method in class com.vaadin.flow.component.charts.model.Level
Decides which level takes effect from the options set in the levels object.
setLevelIsConstant(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Used together with the levels and allowDrillToNode options.
setLevels(Level...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Set options on specific levels.
setLibURL(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
Path where Highcharts will look for export module dependencies to load on demand if they don't already exist on window.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The line cap used for line ends and line joins on the graph.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Whether the strokes of the solid gauge should be round or square.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The line cap used for line ends and line joins on the graph.
setLineHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
Line height for the legend items.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The ID of another series to link to.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
Index of another axis that this axis is linked to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The ID of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The ID of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The parent series of the error bar.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The id of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The ID of another series to link to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
The ID of another series to link to.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Index of another axis that this axis is linked to.
setLinkedTo(XAxis) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Index of another axis that this axis is linked to.
setLinkedTo(YAxis) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Index of another axis that this axis is linked to.
setLinkedTo(ZAxis) - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
setLiveRedraw(Boolean) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved.
setLoading(Loading) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set loading options control the appearance of the loading screen that covers the plot area on chart operations.
setLoading(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The loading text that appears when the chart is set into the loading state following a call to chart.showLoading.
setLow(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving low values from the bean provided by the data provider.
setLow(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the lower range for visualizations.
setLowerQuartile(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
Sets the lower quartile of the item.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
The pixel distance between the axis labels and the title.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Sets all margins to the same value
setMargin(Number, Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Sets the vertical margin for top and bottom and the horizontal margin for the right and left margin
setMargin(Number, Number, Number, Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Set all margins in one call
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
If the plot area sized is calculated automatically and the legend is not floating, the legend margin is the space between the legend and the axis labels or plot area.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Navigator
The distance from the nearest element, the X axis or X axis labels.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
Pixel margin between the scrollbar and the axis elements.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.Title
The margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area.
setMarginBottom(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The margin between the bottom outer edge of the chart and the plot area.
setMarginLeft(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The margin between the left outer edge of the chart and the plot area.
setMarginRight(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The margin between the right outer edge of the chart and the plot area.
setMarginTop(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The margin between the top outer edge of the chart and the plot area.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the marker of this data series item
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the marker of this data series item
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.Hover
 
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Options for the point markers of line-like series.
setMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Options for the point markers of line-like series.
setMaskInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
Whether the mask should be inside the range marking the zoomed range, or outside.
setMax(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The maximum value of the axis.
setMax(Date) - Method in class com.vaadin.flow.component.charts.model.Axis
The maximum value of the axis as Date.
setMaxColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
Solid gauge only.
setMaxHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
The responsive rule applies if the chart height is less than this.
setMaxHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
Maximum pixel height for the legend.
setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
Padding of the max value relative to the length of the axis.
setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Padding of the max value relative to the length of the axis.
setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Padding of the max value relative to the length of the axis.
setMaxPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Padding of the max value relative to the length of the axis.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Maximum bubble size.
setMaxWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
The responsive rule applies if the chart width is less than this.
setMedian(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
Sets the median of the item.
setMedianWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The pixel width of the median line.
setMenuItemDefinitions(Map<String, ExportingMenuItemDefinition>) - Method in class com.vaadin.flow.component.charts.model.Exporting
An object consisting of definitions for the menu items in the context menu.
setMenuItems(ContextButtonMenuItem[]) - Method in class com.vaadin.flow.component.charts.model.ContextButton
A collection of config options for the menu items.
setMetaKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setMin(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum value of the axis.
setMin(Date) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum value of the axis as Date.
setMinColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
Solid gauge only.
setMinHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
The responsive rule applies if the chart height is greater than this.
setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.Axis
Tick interval in scale units for the minor ticks.
setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
Tick interval in scale units for the minor ticks.
setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Tick interval in scale units for the minor ticks.
setMinorTickInterval(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Tick interval in scale units for the minor ticks.
setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The pixel length of the minor tick marks.
setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The pixel length of the minor tick marks.
setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The pixel length of the minor tick marks.
setMinorTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The pixel length of the minor tick marks.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.Axis
The position of the minor tick marks relative to the axis line.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.XAxis
The position of the minor tick marks relative to the axis line.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.YAxis
The position of the minor tick marks relative to the axis line.
setMinorTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The position of the minor tick marks relative to the axis line.
setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
Padding of the min value relative to the length of the axis.
setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Padding of the min value relative to the length of the axis.
setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Padding of the min value relative to the length of the axis.
setMinPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Padding of the min value relative to the length of the axis.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The minimal height for a column or width for a bar.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The minimal height for a column or width for a bar.
setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum range to display on this axis.
setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The minimum range to display on this axis.
setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The minimum range to display on this axis.
setMinRange(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The minimum range to display on this axis.
setMinSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Minimum bubble size.
setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The minimum size for a pie in response to auto margins.
setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The minimum size for a pie in response to auto margins.
setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The minimum size for a pie in response to auto margins.
setMinSize(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
The minimum size for a pie in response to auto margins.
setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum tick interval allowed in axis values.
setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The minimum tick interval allowed in axis values.
setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The minimum tick interval allowed in axis values.
setMinTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The minimum tick interval allowed in axis values.
setMinute(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for minute resolution.
setMinWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Condition
The responsive rule applies if the chart width is greater than this.
setMinWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The minimum width of the scrollbar.
setMonth(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for month resolution.
setMonths(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
An array containing the months names.
setName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
setName(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the name of the data item as shown in the legend, tooltip, dataLabel etc.
setName(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the name of the data item as shown in the legend, tooltip, dataLabel etc.
setName(String) - Method in interface com.vaadin.flow.component.charts.model.Series
Sets the name of the series as shown in the legend, tooltip etc.
setNavigation(Navigation) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set options for buttons and menus appearing in the exporting module.
setNavigation(LegendNavigation) - Method in class com.vaadin.flow.component.charts.model.Legend
Options for the paging or navigation appearing when the legend is overflown.
setNavigator(Navigator) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set configuration for the navigator
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Options for the corresponding navigator series if showInNavigator is true for this series.
setNavigatorOptions(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Options for the corresponding navigator series if showInNavigator is true for this series.
setNeckHeight(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The height of the neck, the lower part of the funnel.
setNeckWidth(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The width of the neck, the lower part of the funnel.
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Enable or disable the color for parts of the graph that are bellow threshold.
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Enable or disable the color for parts of the graph that are bellow PlotOptionsArea.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Enable or disable the color for parts of the graph that are bellow PlotOptionsArearange.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Enable or disable the color for parts of the graph that are bellow PlotOptionsAreaspline.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Enable or disable the color for parts of the graph that are bellow PlotOptionsBar.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Enable or disable the color for parts of the graph that are bellow PlotOptionsBubble.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Enable or disable the color for parts of the graph that are bellow PlotOptionsCandlestick.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Enable or disable the color for parts of the graph that are bellow PlotOptionsColumn.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Enable or disable the color for parts of the graph that are bellow PlotOptionsFlags.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Enable or disable the color for parts of the graph that are bellow PlotOptionsGauge.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Enable or disable the color for parts of the graph that are bellow PlotOptionsLine.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Enable or disable the color for parts of the graph that are bellow PlotOptionsOhlc.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Enable or disable the color for parts of the graph that are bellow #getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Enable or disable the color for parts of the graph that are bellow PlotOptionsScatter.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Enable or disable the color for parts of the graph that are bellow PlotOptionsSeries.getThreshold().
setNegativeColor(boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Enable or disable the color for parts of the graph that are bellow PlotOptionsSpline.getThreshold().
setNoData(NoData) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set options for displaying a message when no data is available.
setNoData(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The text to display when the chart contains no data.
setNumericSymbolMagnitude(Number) - Method in class com.vaadin.flow.component.charts.model.Lang
The magnitude of numericSymbols replacements.
setNumericSymbols(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
Metric prefixes used to shorten high numbers in axis labels.
setObjectMapperInstance(ObjectWriter) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
This method can be used to configure the ObjectMapper object used to serialize configuration objects to client side.
setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The distance in pixels from the plot area to the axis line.
setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
The distance of the axis title from the axis line.
setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The distance in pixels from the plot area to the axis line.
setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The distance in pixels from the plot area to the axis line.
setOffset(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The distance in pixels from the plot area to the axis line.
setOnclick(String) - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
setOnKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
In case the flag is placed on a series, on what point key to place it.
setOnonclick(String) - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
setOnSeries(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The id of the series that the flags should be drawn on.
setOnTableAnchorClick(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The opacity of a point in treemap.
setOpen(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving open values from the bean provided by the data provider.
setOpen(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcItem
Sets the open value of the OHLC item
setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to display the axis on the opposite side of the normal.
setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.Navigator
When the chart is inverted, whether to draw the navigator on the opposite side.
setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to display the axis on the opposite side of the normal.
setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to display the axis on the opposite side of the normal.
setOpposite(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to display the axis on the opposite side of the normal.
setOptions3d(Options3d) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Options to render charts in 3 dimensions.
setOrdinal(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
In an ordinal axis, the points are equally spaced in the chart regardless of the actual time or x distance between them.
setOrdinal(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
In an ordinal axis, the points are equally spaced in the chart regardless of the actual time or x distance between them.
setOuterRadius(String) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the outer radius of the circular shaped background using a string representation of a percentage, e.g.
setOuterRadius(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
In a gauge chart, this option determines the outer radius of the plot band that stretches along the perimeter.
setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
How to handle data labels that flow outside the plot area.
setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.DataLabels
How to handle data labels that flow outside the plot area.
setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
How to handle data labels that flow outside the plot area.
setOverflow(String) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
How to handle data labels that flow outside the plot area.
setOvershoot(Number) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
setOvershoot(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
setOvershoot(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Allow the dial to overshoot the end of the perimeter axis by this many degrees.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
Padding inside the crosshair label.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
When either the borderWidth or the backgroundColor is set, this is the padding within the box.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
The pixel padding for axis labels, to ensure white space between them.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The inner padding of the legend box.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
Padding inside the tooltip, in pixels.
setPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Padding inside the tooltip, in pixels.
setPane(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setPane(Pane) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setPane(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setPane(Pane) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setPanKey(PanKey) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Allows setting a key to switch between zooming and panning.
setPanning(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Allow panning in a chart.
setParent(String) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
The value should be the id of the point which is the parent.
setParent(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
Set the parent of this node.
setPinchType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Equivalent to zoomType, but for multitouch gestures only.
setPivot(Pivot) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Options for the pivot or the center point of the gauge.
setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.Axis
An array of colored bands stretching across the plot area marking an interval on the axis.
setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.XAxis
An array of colored bands stretching across the plot area marking an interval on the axis.
setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.YAxis
An array of objects defining plot bands on the Y axis.
setPlotBands(PlotBand...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
An array of colored bands stretching across the plot area marking an interval on the axis.
setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.Axis
An array of lines stretching across the plot area, marking a specific value on one of the axes.
setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.XAxis
An array of lines stretching across the plot area, marking a specific value on one of the axes.
setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.YAxis
An array of objects representing plot lines on the X axis
setPlotLines(PlotLine...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
An array of lines stretching across the plot area, marking a specific value on one of the axes.
setPlotOptions(AbstractPlotOptions) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Sets the plot options for this specific series.
setPlotOptions(AbstractPlotOptions...) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets component-wide default plot options.
setPlotOptions(AbstractPlotOptions) - Method in interface com.vaadin.flow.component.charts.model.Series
Sets the plot options for this specific series.
setPointDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
Date format to use for points on datetime axes when describing them to screen reader users.
setPointDateFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
setPointDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
setPointFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
The HTML of the point's line in the tooltip.
setPointFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The HTML of the point's line in the tooltip.
setPointFormatter(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
setPointFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
If no x values are given for the points in a series, pointInterval defines the interval of the x values in milliseconds.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
If no x values are given for the points in a series, pointInterval defines the interval of the x values in milliseconds.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
If no x values are given for the points in a series, pointInterval defines the interval of the x values in milliseconds.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointInterval(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
If no x values are given for the points in a series, pointInterval defines the interval of the x values.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointIntervalUnit(IntervalUnit) - Method in class com.vaadin.flow.component.charts.model.PointOptions
On datetime series, this allows for setting the pointInterval to irregular time units, day, month and year.
setPointName(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving name values from the bean provided by the data provider.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Padding between each column or bar, in x axis units.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Padding between each column or bar, in x axis units.
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Possible values: null, "on", "between".
setPointPlacement(PointPlacement) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Possible values: null, "on", "between".
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The width of each point on the x axis.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The X axis range that each point is valid for.
setPointRange(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The width of each point on the x axis.
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
setPointStart(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
If no x values are given for the points in a series, pointStart defines on what value to start.
setPointStart(Date) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Deprecated.
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
A pixel value specifying a fixed width for each column or bar.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
A pixel value specifying a fixed width for each column or bar.
setPolar(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
When true, cartesian charts like line, spline, area and column are transformed into the polar coordinate system.
setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.Credits
Position configuration for the credits label.
setPosition(ButtonPosition) - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
Positioning options for the button within the DrillUpButton.setRelativeTo(DrillUpButtonRelativeTo) box.
setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.NoData
The position of the no-data label, relative to the plot area.
setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
The position of the button.
setPosition(float) - Method in class com.vaadin.flow.component.charts.model.Stop
 
setPosition(StylePosition) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the position CSS attribute
setPositioner(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
setPrintChart(String) - Method in class com.vaadin.flow.component.charts.model.Lang
Exporting module only.
setPrintMaxWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
When printing the chart from the menu item in the burger menu, if the on-screen chart exceeds this width, it is resized.
setProperty(String, SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving the value for the given property name from the given data provider.
setR(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setRadius(String) - Method in class com.vaadin.flow.component.charts.model.Dial
The radius or length of the dial, in percentages relative to the radius of the gauge itself.
setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
The radius of the point marker.
setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
The radius of the point marker.
setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Pivot
The pixel radius of the pivot.
setRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Select
The radius of the point marker.
setRadiusPlus(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
The number of pixels to increase the radius of the hovered point.
setRange(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The zoomed range to display when only defining one or none of min or max.
setRange(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The zoomed range to display when only defining one or none of min or max.
setRangeData(Number[]...) - Method in class com.vaadin.flow.component.charts.model.RangeSeries
Sets the numeric data for this series.
setRangeSelector(RangeSelector) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set settings for range selector.
setRangeSelectorFrom(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The text for the label for the "from" input box in the range selector.
setRangeSelectorTo(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The text for the label for the "to" input box in the range selector.
setRangeSelectorZoom(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The text for the label for the range selector buttons.
setRearLength(String) - Method in class com.vaadin.flow.component.charts.model.Dial
The length of the dial's rear end, the part that extends out on the other side of the pivot.
setReflow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Whether to reflow the chart to fit the width of the container div on resizing the window.
setRelativeTo(DrillUpButtonRelativeTo) - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
What box to align the button to.
setRelativeTo(ResetZoomButtonRelativeTo) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
What frame the button should be placed related to.
setRepeat(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
Defines an interval after which the break appears again.
setReserveSpace(Boolean) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
Whether to reserve space for the title when laying out the axis.
setReserveSpace(Boolean) - Method in class com.vaadin.flow.component.charts.model.Labels
Whether to reserve space for the labels.
setResetZoom(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The text for the label appearing when a chart is zoomed.
setResetZoomButton(ResetZoomButton) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The button that appears after a selection zoom, allowing the user to reset zoom.
setResetZoomTitle(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The tooltip title for the label appearing when a chart is zoomed.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
Whether to reverse the order of the legend items compared to the order of the series or points as defined in the configuration object.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
A reversed funnel has the widest area down.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The pyramid is reversed by default, as opposed to the funnel, which shares the layout engine, and is not reversed.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
The pyramid is reversed by default, as opposed to the funnel, which shares the layout engine, and is not reversed.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversed(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to reverse the axis so that the highest number is closest to the origin.
setReversedStacks(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
If true, the first series in a stack will be drawn on top in a positive, non-reversed Y axis.
setRifleColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of the small rifles in the middle of the scrollbar.
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Text rotation in degrees.
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
The rotation of the text in degrees.
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Text rotation in degrees.
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Text rotation in degrees.
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Text rotation in degrees.
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.Label
Rotation of the text label in degrees.
setRotation(String) - Method in class com.vaadin.flow.component.charts.model.Labels
 
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
 
setRotation(Number) - Method in class com.vaadin.flow.component.charts.model.StackLabels
Rotation of the labels in degrees.
setRotationPerpendicular() - Method in class com.vaadin.flow.component.charts.model.Labels
 
setRounded(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Wether to draw rounded edges on the gauge.
setRowsize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The row size - how many Y axis units each heatmap row should span.
setRtl(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
Whether to show the symbol on the right side of the text rather than the left side.
setRules(Rules) - Method in class com.vaadin.flow.component.charts.model.Responsive
A set of rules for responsive settings.
setScale(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
Defines the scale or zoom factor for the exported image compared to the on-screen display.
setScreenReaderSectionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
setScrollbar(Scrollbar) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set configuration for the scrollbar.
setScrollbar(Scrollbar) - Method in class com.vaadin.flow.component.charts.model.YAxis
An optional scrollbar to display on the Y axis in response to limiting the minimum an maximum of the axis values.
setSecond(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for second resolution.
setSelect(Select) - Method in class com.vaadin.flow.component.charts.model.States
The appearance of the point marker when selected.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets whether the data item is selected or not.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether to select the series initially.
setSelected(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Whether to select the series initially.
setSelected(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The index of the button to appear pre-selected.
setSeries(List<Series>) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the actual series to append to the chart.
setSeries(Series...) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
setSeries(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.Navigator
Options for the navigator series.
setSeriesDescriptionFormatter(String) - Method in class com.vaadin.flow.component.charts.model.Accessibility
 
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The shadow of the box.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The shadow of the box.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The shadow of the box.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The shadow of the box.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
Whether to apply a drop shadow to the legend.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Whether to apply a drop shadow to the graph line.
setShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Whether to apply a drop shadow to the tooltip.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The name of a symbol to use for the border around the label.
setShape(BackgroundShape) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the current shape of the background.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
The shape to use for the label box.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The name of a symbol to use for the border around the label.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The name of a symbol to use for the border around the label.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The name of a symbol to use for the border around the label.
setShape(FlagShape) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The shape of the marker.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
The name of a symbol to use for the border around the tooltip.
setShape(Shape) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The name of a symbol to use for the border around the tooltip.
setShared(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
When the tooltip is shared, the entire plot area will capture mouse movement or touch events.
setShiftKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setShortMonths(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
An array containing the months names in abbreviated form.
setShortWeekdays(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
Short week days, starting Sunday.
setShowAxes(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Whether to show the axes initially.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowCheckbox(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
If true, a checkbox is displayed next to the legend item to allow selecting the series.
setShowDuration(Number) - Method in class com.vaadin.flow.component.charts.model.Loading
The duration in milliseconds of the fade in effect.
setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to show the axis line and title when the axis has no data.
setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to show the axis line and title when the axis has no data.
setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to show the axis line and title when the axis has no data.
setShowEmpty(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to show the axis line and title when the axis has no data.
setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to show the first tick label.
setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to show the first tick label.
setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to show the first tick label.
setShowFirstLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to show the first tick label.
setShowFull(Boolean) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
Whether to show the scrollbar when it is fully zoomed out at max range.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Whether to display this series type or specific series item in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether to display this particular series or series type in the legend.
setShowInLegend(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Whether to display this particular series or series type in the legend.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether or not to show the series in the navigator.
setShowInNavigator(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether or not to show the series in the navigator.
setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to show the last tick label.
setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to show the last tick label.
setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to show the last tick label.
setShowLastLabel(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to show the last tick label.
setSide(Side) - Method in class com.vaadin.flow.component.charts.model.Frame
Note: As of v5.0.12, frame.left or frame.right should be used instead.
setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Back
Thickness of the panel.
setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Bottom
The thickness of the panel.
setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Halo
The pixel size of the halo.
setSize(String) - Method in class com.vaadin.flow.component.charts.model.Pane
The size of the pane, either as a number defining pixels, or a percentage defining a percentage of the plot are.
setSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The diameter of the pie relative to the plot area.
setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The width of a vertical scrollbar or height of a horizontal scrollbar.
setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Side
The thickness of the panel.
setSize(Number) - Method in class com.vaadin.flow.component.charts.model.Top
The pixel thickness of the panel.
setSizeBy(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Whether the bubble's value should be represented by the area or the width of the bubble.
setSizeByAbsoluteValue(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
When this is true, the absolute value of z determines the size of the bubble.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether or not to skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Whether or not to skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
If set to True, the accessibility module will skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether or not to skip past the points in this series for keyboard navigation.
setSkipKeyboardNavigation(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Whether or not to skip past the points in this series for keyboard navigation.
setSkipNullPoints(Boolean) - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
Skip null points when navigating through points with the keyboard.
setSliced(boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets whether to display a slice offset from the center.
setSliced(boolean) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets whether to display a slice offset from the center.
setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
If a point is sliced, moved out from the center, how many pixels should it be moved?.
setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
If a point is sliced, moved out from the center, how many pixels should it be moved?.
setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
If a point is sliced, moved out from the center, how many pixels should it be moved?.
setSlicedOffset(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
If a point is sliced, moved out from the center, how many pixels should it be moved?.
setSmoothed(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
Normally, a group is indexed by the start of that group, so for example when 30 daily values are grouped into one month, that month's x value will be the 1st of the month.
setSnap(Boolean) - Method in class com.vaadin.flow.component.charts.model.Crosshair
Whether the crosshair should snap to the point or follow the pointer independent of points.
setSnap(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Proximity snap for graphs or single points.
setSoftConnector(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Whether to render the connector as a soft arc or a line with sharp break.
setSoftConnector(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Whether to render the connector as a soft arc or a line with sharp break.
setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
A soft maximum for the axis.
setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
A soft maximum for the axis.
setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
A soft maximum for the axis.
setSoftMax(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
A soft maximum for the axis.
setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
A soft minimum for the axis.
setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
A soft minimum for the axis.
setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
A soft minimum for the axis.
setSoftMin(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
A soft minimum for the axis.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
When this is true, the series will not cause the Y axis to cross the zero plane unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
When this is true, the series will not cause the Y axis to cross the zero plane (or threshold option) unless the data actually crosses the plane.
setSoftThreshold(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
When this is true, the series will not cause the Y axis to cross the zero plane unless the data actually crosses the plane.
setSortIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The sort index of the point inside the treemap level.
setSourceHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
Analogous to sourceWidth
setSourceWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
The width of the original chart when exported, unless an explicit chart.width is set.
setSpacing(Number[]) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The distance between the outer edge of the chart and the content, like title or legend, or axis title or labels if present.
setSpacingBottom(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The space between the bottom edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
setSpacingLeft(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The space between the left edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
setSpacingRight(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The space between the right edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
setSpacingTop(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The space between the top edge of the chart and the content (plot area, axis title and labels, title, subtitle or legend in top position).
setSplit(Boolean) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
Split the tooltip into one label per series, with the header close to the axis.
setSplit(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Split the tooltip into one label per series, with the header close to the axis.
setSquareSymbol(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
When this is true, the legend symbol width will be the same as the symbol height, which in turn defaults to the font size of the legend items.
setStack(String) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
This option allows grouping series in a stacked chart.
setStackDistance(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
When multiple flags in the same series fall on the same value, this number determines the vertical offset between them.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Whether to stack the values of each series on top of each other.
setStacking(Stacking) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Whether to stack the values of each series on top of each other.
setStackLabels(StackLabels) - Method in class com.vaadin.flow.component.charts.model.YAxis
The stack labels show the total value for each bar in a stacked column or bar chart.
setStaggerLines(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
Horizontal axes only.
setStartAngle(Number) - Method in class com.vaadin.flow.component.charts.model.Pane
The start angle of the polar X axis or gauge axis, given in degrees where 0 is north.
setStartAngle(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The start angle of the pie slices in degrees where 0 is top and 90 right.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
For datetime axes, this decides where to put the tick between weeks.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
For datetime axes, this decides where to put the tick between weeks.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
For datetime axes, this decides where to put the tick between weeks.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
For datetime axes, this decides where to put the tick between weeks.
setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether to force the axis to start on a tick.
setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to force the axis to start on a tick.
setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether to force the axis to start on a tick.
setStartOnTick(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether to force the axis to start on a tick.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.Marker
 
setStates(States) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PointOptions
A wrapper object for all the series options in specific states.
setStates(States) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
A wrapper object for all the series options in specific states.
setStemColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The color of the stem, the vertical line extending from the box to the whiskers.
setStep(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
To show only every n'th label on the axis, set the step to n.
setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether to apply steps to the line.
setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether to apply steps to the line.
setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Whether to apply steps to the line.
setStep(StepType) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Whether to apply steps to the line.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Sticky tracking of mouse events.
setStickyTracking(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Sticky tracking of mouse events.
setStops(Stop...) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setStyle(LabelStyle) - Method in class com.vaadin.flow.component.charts.model.HTMLLabelItem
Sets the CSS style for the label.
setStyle(LabelStyle) - Method in class com.vaadin.flow.component.charts.model.HTMLLabels
Sets the CSS style shared for all the labels.
setSubTitle(String) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the subtitle to the given text
setSubTitle(Subtitle) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the chart's subtitle
setSymbol(String) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The symbol for the button.
setSymbol(MarkerSymbol) - Method in class com.vaadin.flow.component.charts.model.Marker
 
setSymbolHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The pixel height of the symbol for series types that use a rectangle in the legend.
setSymbolPadding(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The pixel padding between the legend item symbol and the legend item text.
setSymbolRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The border radius of the symbol for series types that use a rectangle in the legend.
setSymbolSize(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The pixel size of the symbol on the button.
setSymbolStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The pixel stroke width of the symbol on the button.
setSymbolWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The pixel width of the legend item symbol.
setSymbolX(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The x position of the center of the symbol inside the button.
setSymbolX(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The x position of the center of the symbol inside the button.
setSymbolY(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The y position of the center of the symbol inside the button.
setSymbolY(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The y position of the center of the symbol inside the button.
setTabThroughChartElements(Boolean) - Method in class com.vaadin.flow.component.charts.model.KeyboardNavigation
Enable tab navigation for points.
setText(String) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
The actual text of the axis title.
setText(String) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
A text string to add to the individual button.
setText(String) - Method in class com.vaadin.flow.component.charts.model.ContextButton
A text string to add to the individual button.
setText(String) - Method in class com.vaadin.flow.component.charts.model.ContextButtonMenuItem
 
setText(String) - Method in class com.vaadin.flow.component.charts.model.Credits
The text for the credits label.
setText(String) - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
setText(String) - Method in class com.vaadin.flow.component.charts.model.FlagItem
Sets the text to be displayed when the flag is highlighted
setText(String) - Method in class com.vaadin.flow.component.charts.model.Label
The text itself.
setText(String) - Method in class com.vaadin.flow.component.charts.model.LegendTitle
A text or HTML string for the title.
setText(String) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines the text for the button
setText(String) - Method in class com.vaadin.flow.component.charts.model.Subtitle
The subtitle of the chart.
setText(String) - Method in class com.vaadin.flow.component.charts.model.Title
The title of the chart.
setTextAlign(TextAlign) - Method in class com.vaadin.flow.component.charts.model.Label
The text alignment for the label.
setTextAlign(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Text alignment for the text inside the flag.
setTextAlign(String) - Method in class com.vaadin.flow.component.charts.model.StackLabels
The text alignment for the label.
setTextKey(String) - Method in class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition
 
setTextShadow(String) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the textShadow CSS attribute
setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.ContextButton
A configuration object for the button theme.
setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.DrillUpButton
A collection of attributes for the button.
setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
A collection of attributes for the button.
setThickness(String) - Method in class com.vaadin.flow.component.charts.model.PlotBand
In a gauge chart, this option sets the width of the plot band stretching along the perimeter.
setThousandsSep(String) - Method in class com.vaadin.flow.component.charts.model.Lang
The default thousands separator used in the Highcharts.numberFormat method unless otherwise specified in the function arguments.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The Y axis value to serve as the base for the area, for distinguishing between values above and below a threshold.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The Y axis value to serve as the base for the area, for distinguishing between values above and below a threshold.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
The threshold or base level for the gauge.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The threshold, also called zero level or base level.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The Y axis value to serve as the base for the columns, for distinguishing between values above and below a threshold.
setThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The threshold, also called zero level or base level.
setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The amount of ticks to draw on the axis.
setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The amount of ticks to draw on the axis.
setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The amount of ticks to draw on the axis.
setTickAmount(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The amount of ticks to draw on the axis.
setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The interval of the tick marks in axis units.
setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The interval of the tick marks in axis units.
setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The interval of the tick marks in axis units.
setTickInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The interval of the tick marks in axis units.
setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The pixel length of the main tick marks.
setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The pixel length of the main tick marks.
setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The pixel length of the main tick marks.
setTickLength(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The pixel length of the main tick marks.
setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.Axis
For categorized axes only.
setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.XAxis
For categorized axes only.
setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.YAxis
For categorized axes only.
setTickmarkPlacement(TickmarkPlacement) - Method in class com.vaadin.flow.component.charts.model.ZAxis
For categorized axes only.
setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPixelInterval(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.Axis
The position of the major tick marks relative to the axis line.
setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.XAxis
The position of the major tick marks relative to the axis line.
setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.YAxis
The position of the major tick marks relative to the axis line.
setTickPosition(TickPosition) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The position of the major tick marks relative to the axis line.
setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.Axis
An array defining where the ticks are laid out on the axis.
setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.XAxis
An array defining where the ticks are laid out on the axis.
setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.YAxis
An array defining where the ticks are laid out on the axis.
setTickPositions(Number[]) - Method in class com.vaadin.flow.component.charts.model.ZAxis
An array defining where the ticks are laid out on the axis.
setTimeline(Boolean) - Method in class com.vaadin.flow.component.charts.Chart
Determines if the chart is a timeline chart or a normal chart.
setTimeUnit(TimeUnit) - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
setTimezone(String) - Method in class com.vaadin.flow.component.charts.model.Global
Requires moment.js.
setTimezoneOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Global
The timezone offset in minutes.
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.Axis
The axis title, showing next to the axis line.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.Axis
 
setTitle(Title) - Method in class com.vaadin.flow.component.charts.model.Configuration
The main title of the chart.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the new chart's main title to the given string
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.FlagItem
Sets the title of the flag
setTitle(LegendTitle) - Method in class com.vaadin.flow.component.charts.model.Legend
A title to be added on top of the legend.
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.XAxis
The axis title, showing next to the axis line.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The axis title, showing next to the axis line.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
setTo(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
The point where the break ends.
setTo(Date) - Method in class com.vaadin.flow.component.charts.model.Breaks
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
 
setTo(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The end position of the plot band in axis units.
setTo(Date) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Deprecated.
as of 4.0. Use #setPointStart(Instant)
setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
A configuration object for the tooltip rendering of each single series.
setTooltip(Tooltip) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the options for the tooltip that appears when the user hovers over a series or point.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Specific tooltip options for flag series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PointOptions
A configuration object for the tooltip rendering of each single series.
setTooltip(SeriesTooltip) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
A configuration object for the tooltip rendering of each single series.
setTop(Top) - Method in class com.vaadin.flow.component.charts.model.Frame
The top of the frame around a 3D chart.
setTop(String) - Method in class com.vaadin.flow.component.charts.model.style.LabelStyle
Sets the top CSS attribute
setTop(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
The top position of the Y axis.
setTopWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
The width of the top of the dial, closest to the perimeter.
setTrackBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of the track background.
setTrackBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of the border of the scrollbar track.
setTrackBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The corner radius of the border of the scrollbar track.
setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
setTrackByArea(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Whether the whole area or just the line should respond to mouseover tooltips and other mouse or touch events.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setTurboThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
When a series contains a data array that is longer than this, only one dimensional arrays of numbers, or two dimensional arrays with x and y values are allowed.
setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.Axis
The type of axis.
setType(ChartType) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The default series type for the chart.
setType(ExportFileType) - Method in class com.vaadin.flow.component.charts.model.Exporting
Default MIME type for exporting if chart.exportChart() is called without specifying a type option.
setType(RangeSelectorTimespan) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines the timespan for the button
setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.XAxis
The type of axis.
setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.YAxis
The type of axis.
setType(AxisType) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The type of axis.
setTypeDescription(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
A text description of the chart type.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Applies only when the axis type is category.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Applies only when the axis type is category.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Applies only when the axis type is category.
setUniqueNames(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Applies only when the axis type is category.
setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.Axis
Datetime axis only.
setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.DataGrouping
An array determining what time intervals the data is allowed to be grouped to.
setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.XAxis
Datetime axis only.
setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.YAxis
Datetime axis only.
setUnits(TimeUnitMultiples...) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Datetime axis only.
setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Line color for up points.
setUpperQuartile(Number) - Method in class com.vaadin.flow.component.charts.model.BoxPlotItem
Sets the upper quartile of the item.
setUrl(String) - Method in class com.vaadin.flow.component.charts.model.Exporting
The URL for the server module converting the SVG string to an image format.
setUrl(String) - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
Sets the URL of the marker symbol
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Label
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Labels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Legend
Whether to use HTML to render the legend item texts.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.NoData
Whether to insert the label as HTML, or as pseudo-HTML rendered with SVG.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Whether to use HTML to render the flag texts.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.StackLabels
Whether to use HTML to render the labels.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Subtitle
Whether to use HTML to render the text.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Title
Whether to use HTML to render the text.
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Use HTML to render the contents of the tooltip instead of SVG.
setUseUTC(Boolean) - Method in class com.vaadin.flow.component.charts.model.Global
Whether to use UTC time for axis scaling, tickmark placement and time display in Highcharts.dateFormat.
setValue(Number) - Method in class com.vaadin.flow.component.charts.model.PlotLine
The position of the line in axis units.
setValue(Number) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
Set the numeric value of this node
setValue(Number) - Method in class com.vaadin.flow.component.charts.model.Zones
The value up to where the zone extends, if undefined the zones stretches to the last value in the series.
setValueDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
How many decimals to show in each series' y value.
setValueDecimals(Number) - Method in class com.vaadin.flow.component.charts.model.Tooltip
How many decimals to show in each series' y value.
setValuePrefix(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
A string to prepend to each series' y value.
setValuePrefix(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
A string to prepend to each series' y value.
setValueSuffix(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
A string to append to each series' y value.
setValueSuffix(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
A string to append to each series' y value.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The vertical alignment of a data label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The vertical alignment of the buttons.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
Sets the vertical alignment of the button.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The vertical alignment of the buttons.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The vertical alignment of a data label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The vertical alignment of a data label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The vertical alignment of a data label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Label
Vertical alignment of the label relative to the plot band.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Legend
The vertical alignment of the legend box.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Position
Sets the vertical alignment of the credits.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.StackLabels
Defines the vertical alignment of the stack total label.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Subtitle
The vertical alignment of the title.
setVerticalAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.Title
The vertical alignment of the title.
setViewDistance(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
Defines the distance the viewer is standing in front of the chart, this setting is important to calculate the perspective effect in column and scatter charts.
setVisibilityTogglingDisabled(boolean) - Method in class com.vaadin.flow.component.charts.Chart
The series or point visibility is toggled by default if user clicks the legend item that corresponds to the series or point.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Control the visibility of the series.
setVisible(Boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Control the visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Whether axis, including axis title, line, ticks and labels, should be visible.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Set the initial visibility of the series.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether axis, including axis title, line, ticks and labels, should be visible.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Whether axis, including axis title, line, ticks and labels, should be visible.
setVisible(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Whether axis, including axis title, line, ticks and labels, should be visible.
setVMLRadialGradientURL(String) - Method in class com.vaadin.flow.component.charts.model.Global
Path to the pattern image required by VML browsers in order to draw radial gradients.
setWeek(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for week resolution.
setWeekdays(String[]) - Method in class com.vaadin.flow.component.charts.model.Lang
An array containing the weekday names.
setWhiskerColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The color of the whiskers, the horizontal lines marking low and high values.
setWhiskerLength(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The length of the whiskers, the horizontal lines marking low and high values.
setWhiskerLength(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The length of the whiskers, the horizontal lines marking low and high values.
setWhiskerWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The line width of the whiskers, the horizontal lines marking low and high values.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The pixel width of the button.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
An explicit width for the chart.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The pixel width of the button.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Exporting
The pixel width of charts exported to PNG or JPG.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The width of the legend box.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
Image markers only.
setWidth(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
setWidth(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The width of the funnel compared to the width of the plot area, or the pixel width if it is a number.
setWidth(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Sets the width using String presentation.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setWidthAdjust(Number) - Method in class com.vaadin.flow.component.charts.model.Subtitle
Adjustment made to the subtitle width, normally to reserve space for the exporting burger menu.
setWidthAdjust(Number) - Method in class com.vaadin.flow.component.charts.model.Title
Adjustment made to the title width, normally to reserve space for the exporting burger menu.
setWrap(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
When this option is true, the dial will wrap around the axes.
setWrap(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
When this option is true, the dial will wrap around the axes.
setWrap(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
When this option is true, the dial will wrap around the axes.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the X value of this data item.
setX(Instant) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the given instant as the x value.
setX(Date) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Deprecated.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
Horizontal pixel offset of the title position.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
The X position of the button.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The horizontal position of the button relative to the align option.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The x position offset of the label relative to the point.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The x position offset of the label relative to the point.
setX(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving x values from the bean provided by the data provider.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.Label
Horizontal position relative the alignment.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
The x position offset of the label relative to the tick position on the axis.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The x offset of the legend relative to its horizontal alignment align within chart.spacingLeft and chart.spacingRight.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.Position
The X position of the credits.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.StackLabels
The x position offset of the label relative to the left of the stacked bar.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.Subtitle
The x position of the subtitle relative to the alignment within chart.spacingLeft and chart.spacingRight.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.Title
The x position of the title relative to the alignment within chart.spacingLeft and chart.spacingRight.
setxAxis(Integer) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
When using dual or multiple X-axes, this number defines which X-axis the particular series is connected to.
setXAxis(XAxis) - Method in class com.vaadin.flow.component.charts.model.Navigator
Options for the navigator X axis.
setXDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
The format for the date in the tooltip header if the X axis is a datetime axis.
setXDateFormat(String) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The format for the date in the tooltip header if the X axis is a datetime axis.
setXHigh(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
X offset of the higher data labels relative to the point value.
setXLow(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
X offset of the lower data labels relative to the point value.
setxValue(double) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setY(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the Y value of this data item.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
Vertical pixel offset of the title position.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The vertical offset of the button's position relative to its verticalAlign.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonPosition
The Y position of the button.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The vertical offset of the button's position relative to its verticalAlign.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The y position offset of the label relative to the point.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The y position offset of the label relative to the point.
setY(SerializableFunction<T, Object>) - Method in class com.vaadin.flow.component.charts.model.DataProviderSeries
Sets the function used for retrieving y values from the bean provided by the data provider.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.Label
Vertical position of the text baseline relative to the alignment.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
The y position offset of the label relative to the tick position on the axis.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The vertical offset of the legend relative to it's vertical alignment verticalAlign within chart.spacingTop and chart.spacingBottom.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The y position of the top left corner of the flag relative to either the series (if onSeries is defined), or the x axis.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.Position
The Y position of the credits.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.StackLabels
The y position offset of the label relative to the tick position on the axis.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.Subtitle
The y position of the subtitle relative to the alignment within chart.spacingTop and chart.spacingBottom.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.Title
The y position of the title relative to the alignment within chart.spacingTop and chart.spacingBottom.
setyAxis(Integer) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.
setyAxis(YAxis) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
* When using dual or multiple Y-axes, this number defines which Y-axis the particular series is connected to.
setYAxis(YAxis) - Method in class com.vaadin.flow.component.charts.model.Navigator
Options for the navigator Y axis.
setYear(String) - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
Sets the format String for year resolution.
setYHigh(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Y offset of the higher data labels relative to the point value.
setYLow(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Y offset of the lower data labels relative to the point value.
setyValue(double) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setZ(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem3d
Sets the z value of the point.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The Z index of the data labels.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Crosshair
The Z index of the crosshair.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The Z index of the data labels.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The Z index of the data labels.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The Z index of the data labels.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Labels
The Z index for the axis labels.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The z index of the plot band within the chart, relative to other elements.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.PlotLine
The z index of the plot line within the chart.
setZIndex(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
Z index of the scrollbar elements.
setZMax(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
The minimum for the Z value range.
setZMin(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
The minimum for the Z value range.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Defines the Axis on which the zones are applied.
setZoneAxis(ZoneAxis) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Defines the Axis on which the zones are applied.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PointOptions
An array defining zones within a series.
setZones(Zones...) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
An array defining zones within a series.
setZoomType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Decides in what dimensions the user can zoom by dragging the mouse.
setZThreshold(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
When displayNegative is false, bubbles with lower Z values are skipped.
Shape - Enum in com.vaadin.flow.component.charts.model
The name of a symbol to use for the border around the Datalabels or Tooltip.
Side - Class in com.vaadin.flow.component.charts.model
Note: As of v5.0.12, frame.left or frame.right should be used instead.
Side() - Constructor for class com.vaadin.flow.component.charts.model.Side
 
SIENNA - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SILVER - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
size() - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
SKYBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SLATEBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SLATEGRAY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SLATEGREY - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SNOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SolidColor - Class in com.vaadin.flow.component.charts.model.style
Solid (non gradient) colors
SolidColor(String) - Constructor for class com.vaadin.flow.component.charts.model.style.SolidColor
Constructs a new color from a hex value like "#ff0000" for red.
SolidColor(int, int, int) - Constructor for class com.vaadin.flow.component.charts.model.style.SolidColor
Constructs a color from RGB values
SolidColor(int, int, int, double) - Constructor for class com.vaadin.flow.component.charts.model.style.SolidColor
Constructs a color from RGBA values
SolidColorSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for SolidColor
SolidColorSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
 
SOLIDGAUGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
SPLINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
SPRINGGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Stacking - Enum in com.vaadin.flow.component.charts.model
Whether to stack the values of each series on top of each other.
StackLabels - Class in com.vaadin.flow.component.charts.model
The stack labels show the total value for each bar in a stacked column or bar chart.
StackLabels() - Constructor for class com.vaadin.flow.component.charts.model.StackLabels
 
StackLabels(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.StackLabels
 
States - Class in com.vaadin.flow.component.charts.model
 
States() - Constructor for class com.vaadin.flow.component.charts.model.States
 
STEELBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
StepType - Enum in com.vaadin.flow.component.charts.model
Defines different step line types.
Stop - Class in com.vaadin.flow.component.charts.model
 
Stop(float) - Constructor for class com.vaadin.flow.component.charts.model.Stop
 
StopSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for Stop.
StopSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.StopSerializer
 
StylePosition - Enum in com.vaadin.flow.component.charts.model.style
CSS position attribute, ABSOLUTE or RELATIVE
Subtitle - Class in com.vaadin.flow.component.charts.model
The chart's subtitle
Subtitle() - Constructor for class com.vaadin.flow.component.charts.model.Subtitle
 
Subtitle(String) - Constructor for class com.vaadin.flow.component.charts.model.Subtitle
 

T

TAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TEAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TextAlign - Enum in com.vaadin.flow.component.charts.model
The text alignment for the label.
THISTLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TickmarkPlacement - Enum in com.vaadin.flow.component.charts.model
For categorized axes only.
TickPosition - Enum in com.vaadin.flow.component.charts.model
The position of the tick marks relative to the axis line.
TimeUnit - Enum in com.vaadin.flow.component.charts.model
 
TimeUnitMultiples - Class in com.vaadin.flow.component.charts.model
Class used to define allowed multiples a time unit is allowed to be grouped to.
TimeUnitMultiples(TimeUnit, int...) - Constructor for class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
TimeUnitMultiplesSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for TimeUnitMultiples.
TimeUnitMultiplesSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
 
Title - Class in com.vaadin.flow.component.charts.model
The chart's main title.
Title() - Constructor for class com.vaadin.flow.component.charts.model.Title
 
Title(String) - Constructor for class com.vaadin.flow.component.charts.model.Title
 
TitleBeanSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for Title
TitleBeanSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
 
toHighchartsTS(Date) - Static method in class com.vaadin.flow.component.charts.util.Util
Deprecated.
toHighchartsTS(Instant) - Static method in class com.vaadin.flow.component.charts.util.Util
Gets the number of miliseconds from the Java epoch of 1970-01-01T00:00:00Z.
toJSON(AbstractConfigurationObject) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
 
TOMATO - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
Tooltip - Class in com.vaadin.flow.component.charts.model
Options for the tooltip that appears when the user hovers over a series or point.
Tooltip() - Constructor for class com.vaadin.flow.component.charts.model.Tooltip
 
Tooltip(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Tooltip
 
Top - Class in com.vaadin.flow.component.charts.model
The top of the frame around a 3D chart.
Top() - Constructor for class com.vaadin.flow.component.charts.model.Top
 
toServerDate(double) - Static method in class com.vaadin.flow.component.charts.util.Util
Deprecated.
toServerInstant(double) - Static method in class com.vaadin.flow.component.charts.util.Util
Converts UTC based raw date value from the client side rendering library to an Instant value.
toString() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
toString() - Method in enum com.vaadin.flow.component.charts.model.AxisType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.BackgroundShape
 
toString() - Method in class com.vaadin.flow.component.charts.model.ChartType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Compare
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Cursor
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Dimension
 
toString() - Method in enum com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
 
toString() - Method in enum com.vaadin.flow.component.charts.model.ExportFileType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.FlagShape
 
toString() - Method in enum com.vaadin.flow.component.charts.model.HorizontalAlign
 
toString() - Method in enum com.vaadin.flow.component.charts.model.IntervalUnit
 
toString() - Method in enum com.vaadin.flow.component.charts.model.LayoutDirection
 
toString() - Method in enum com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
toString() - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
 
toString() - Method in enum com.vaadin.flow.component.charts.model.PanKey
 
toString() - Method in enum com.vaadin.flow.component.charts.model.PointPlacement
 
toString() - Method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
toString() - Method in enum com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Shape
 
toString() - Method in enum com.vaadin.flow.component.charts.model.Stacking
 
toString() - Method in enum com.vaadin.flow.component.charts.model.StepType
 
toString() - Method in enum com.vaadin.flow.component.charts.model.style.FontWeight
 
toString() - Method in class com.vaadin.flow.component.charts.model.style.SolidColor
 
toString() - Method in enum com.vaadin.flow.component.charts.model.style.StylePosition
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TextAlign
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TickmarkPlacement
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TickPosition
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TimeUnit
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
toString() - Method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
 
toString() - Method in enum com.vaadin.flow.component.charts.model.VerticalAlign
 
toString() - Method in enum com.vaadin.flow.component.charts.model.ZoneAxis
 
TREEMAP - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
TreeMapLayoutAlgorithm - Enum in com.vaadin.flow.component.charts.model
The layout algorithm used by ChartType.TREEMAP charts.
TreeMapLayoutStartingDirection - Enum in com.vaadin.flow.component.charts.model
The direction where the layout algorithm will start drawing.
TreeSeries - Class in com.vaadin.flow.component.charts.model
A collection of TreeSeriesItems that compose a multi-root tree.
TreeSeries() - Constructor for class com.vaadin.flow.component.charts.model.TreeSeries
 
TreeSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeries
Constructs a TreeSeries with the given name
TreeSeries(String, Collection<TreeSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeries
Constructs a TreeSeries with the given name and data
TreeSeriesItem - Class in com.vaadin.flow.component.charts.model
This class represents one node in a TreeSeries.
TreeSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
TreeSeriesItem(String, String) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
TreeSeriesItem(String, TreeSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
TreeSeriesItem(String, int) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
TURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

U

update(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Triggers an update of the chart for the specified data item.
updatePoint(int, Number) - Method in class com.vaadin.flow.component.charts.model.ListSeries
Updates the value of the data point at pointIndex to newValue and immediately updates it on the chart using animation if enabled.
updateSeries() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
Util - Class in com.vaadin.flow.component.charts.util
 
Util() - Constructor for class com.vaadin.flow.component.charts.util.Util
 

V

valueOf(String) - Static method in enum com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.AxisDimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.BackgroundShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Compare
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Dimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.ExportFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.FlagShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.HorizontalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.IntervalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.LayoutDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.MarkerSymbolEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.PanKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.PointPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.Stacking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.StepType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.style.FontWeight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.style.StylePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TextAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TickmarkPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TickPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.VerticalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.vaadin.flow.component.charts.model.ZoneAxis
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.AxisDimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.BackgroundShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Compare
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.DrillUpButtonRelativeTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.ExportFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.FlagShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.HorizontalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.IntervalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.LayoutDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.MarkerSymbolEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.PanKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.PointPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.RangeSelectorTimespan
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.Stacking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.StepType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.style.FontWeight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.style.StylePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TextAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TickmarkPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TickPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.vaadin.flow.component.charts.model.ZoneAxis
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalAlign - Enum in com.vaadin.flow.component.charts.model
Alignment of the title relative to the axis values and more generically vertical alignment.
VIOLET - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

W

WATERFALL - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
WaterFallSum - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can be used as sum or intermediate sum in waterfall charts.
WaterFallSum(String) - Constructor for class com.vaadin.flow.component.charts.model.WaterFallSum
 
WHEAT - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
WHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
WHITESMOKE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
withByNameInclusion(Set<String>, Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withFilterId(Object) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withIgnorals(Set<String>) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withObjectIdWriter(ObjectIdWriter) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
withProperties(BeanPropertyWriter[], BeanPropertyWriter[]) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 

X

X_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
xAttribute - Static variable in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
XAxesExtremesSetEvent - Class in com.vaadin.flow.component.charts.events
The XAxesExtremesSetEvent class stores data for set extremes events on the x axes of the chart.
XAxesExtremesSetEvent(Chart, boolean, double, double, int) - Constructor for class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
 
XAxis - Class in com.vaadin.flow.component.charts.model
The X axis or category axis.
XAxis() - Constructor for class com.vaadin.flow.component.charts.model.XAxis
 

Y

Y_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
yAttribute - Static variable in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
YAxesExtremesSetEvent - Class in com.vaadin.flow.component.charts.events
The YAxesExtremesSetEvent class stores data for set extremes events on the y axes of the chart.
YAxesExtremesSetEvent(Chart, boolean, double, double, int) - Constructor for class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
 
YAxis - Class in com.vaadin.flow.component.charts.model
The Y axis or value axis.
YAxis() - Constructor for class com.vaadin.flow.component.charts.model.YAxis
 
YELLOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
YELLOWGREEN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

Z

ZAxis - Class in com.vaadin.flow.component.charts.model
The Z axis or depth axis for 3D plots.
ZAxis() - Constructor for class com.vaadin.flow.component.charts.model.ZAxis
 
ZoneAxis - Enum in com.vaadin.flow.component.charts.model
Defines the Axis on which the zones are applied.
Zones - Class in com.vaadin.flow.component.charts.model
An array defining zones within a series.
Zones() - Constructor for class com.vaadin.flow.component.charts.model.Zones
 
A B C D E F G H I K L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2026. All rights reserved.