Index

A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABSOLUTE - Enum constant in enum class com.vaadin.flow.component.charts.model.style.StylePosition
 
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, DataSeriesItem) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a series item (without the value).
AbstractSeriesItemEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
Constructs the event with a value (without the series item).
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(GanttSeriesItem) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Add given item to the series
add(Node, Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Adds both nodes and links then in the series.
add(NodeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Adds a data item.
add(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Add given item to the series
addAll(GanttSeriesItem...) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Add all the given items 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. data series changes
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.ColumnOptions
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Adds color to the colors array
addColor(Color) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
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
addColorStop(double, SolidColor) - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
Adds a color stop to the gradient
addColumn(XAxis) - Method in class com.vaadin.flow.component.charts.model.AxisGrid
Add a new column to the grid.
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[][]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a list of (x,y) data pairs e.g.
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.
addDependency(GanttSeriesItemDependency) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Adds a dependency on another task.
addDependency(String) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Adds a dependency on another task.
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) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data and enables drilldown for it.
addItemWithDrilldown(DataSeriesItem, Series) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Adds a new item to the series data.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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
addLabel(AnnotationItemLabel) - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Adds a single label
addLabel(AnnotationItemLabel) - Method in class com.vaadin.flow.component.charts.model.Configuration
Adds a single label
addLabels(AnnotationItemLabel...) - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Adds multiple labels
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Adds level to the levels array
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Adds level to the levels array
addLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Adds level to the levels array
addNode(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Adds a node to the chart.
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
addPointDragListener(ComponentEventListener<PointDragEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point drag listener, which will be notified while point is dragged.
addPointDragStartListener(ComponentEventListener<PointDragStartEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point drag start listener, which will be notified when starting to drag a point.
addPointDropListener(ComponentEventListener<PointDropEvent>) - Method in class com.vaadin.flow.component.charts.Chart
Adds a point drop listener, which will be notified point is dropped.
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
addThemeVariants(ChartVariant...) - Method in class com.vaadin.flow.component.charts.Chart
Adds theme variants to the component.
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.PlotOptionsBullet
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.PlotOptionsXrange
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
 
ALL - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
ALT - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
 
AnnotationItem - Class in com.vaadin.flow.component.charts.model
Container for labels on the chart
AnnotationItem() - Constructor for class com.vaadin.flow.component.charts.model.AnnotationItem
 
AnnotationItemLabel - Class in com.vaadin.flow.component.charts.model
Label that can be positioned anywhere in the chart area
AnnotationItemLabel(String) - Constructor for class com.vaadin.flow.component.charts.model.AnnotationItemLabel
Constructs an AnnotationItemLabel with the given text
AnnotationItemLabelPoint - Class in com.vaadin.flow.component.charts.model
Contains coordinates for AnnotationItemLabel
AnnotationItemLabelPoint(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
Constructs an AnnotationItemLabelPoint with the given coordinates
ANTIQUEWHITE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
APPLICATION_PDF - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
 
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
 
ARC - Enum constant in enum class com.vaadin.flow.component.charts.model.BackgroundShape
 
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
 
Attributes - Class in com.vaadin.flow.component.charts.model
A collection of style attributes for the Halo
Attributes() - Constructor for class com.vaadin.flow.component.charts.model.Attributes
 
AUTO - Enum constant in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
 
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 Class in com.vaadin.flow.component.charts.model
Possible axis dimensions with their indexes in client-side
AxisGrid - Class in com.vaadin.flow.component.charts.model
 
AxisGrid() - Constructor for class com.vaadin.flow.component.charts.model.AxisGrid
 
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) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event with animated transition, redraws the chart.
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, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent
Constructs the event.
AxisStyle - Class in com.vaadin.flow.component.charts.model.style
The AxisStyle class contains options for customizing the style of an axis
AxisStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.AxisStyle
 
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 Class 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 Class 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, BeanSerializationDelegate<T>) - 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, ObjectIdWriter) - Constructor for class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
BEIGE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
BETWEEN - Enum constant in enum class com.vaadin.flow.component.charts.model.PointPlacement
 
BETWEEN - Enum constant in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
 
BGCOLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
BGCOLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
BGCOLOR_LIGHT_GRAY - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
BGCOLOR_LIGHT_GRAY - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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
 
BOLD - Enum constant in enum class com.vaadin.flow.component.charts.model.style.FontWeight
Bold text
BORDER_RADIUS - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
BORDER_RADIUS - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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
 
BOTTOM - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
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.
Breadcrumbs - Class in com.vaadin.flow.component.charts.model
Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.
Breadcrumbs() - Constructor for class com.vaadin.flow.component.charts.model.Breadcrumbs
 
BreadcrumbsPosition - Class in com.vaadin.flow.component.charts.model
Positioning options for Breadcrumbs navigation.
BreadcrumbsPosition() - Constructor for class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
 
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
 
BULLET - 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 buttons
ButtonPosition() - Constructor for class com.vaadin.flow.component.charts.model.ButtonPosition
 
ButtonRelativeTo - Enum Class in com.vaadin.flow.component.charts.model
What box to align the button to.
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
 
CALLOUT - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
CALLOUT - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
CANDLESTICK - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
CATEGORY - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
a convenience mode for where the point names of the first series are used for categories - avoiding the need to call Axis.setCategories(String...).
CENTER - Enum constant in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
 
CENTER - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
 
CENTER - Enum constant in enum class com.vaadin.flow.component.charts.model.TextAlign
 
Chart - Class in com.vaadin.flow.component.charts
Vaadin Charts is a feature-rich interactive charting library for Vaadin.
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
CHART - Enum constant in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
 
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, ArrayNode) - 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
 
ChartConnectors - Class in com.vaadin.flow.component.charts.model
A configuration object to configure style of connectors (dependencies) between two points in a Gantt chart.
ChartConnectors() - Constructor for class com.vaadin.flow.component.charts.model.ChartConnectors
 
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
 
ChartOptions - Class in com.vaadin.flow.component.charts
The ChartOptions configures a page local global options like localized texts for charts.
ChartOptions() - Constructor for class com.vaadin.flow.component.charts.ChartOptions
 
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.
ChartStyle - Class in com.vaadin.flow.component.charts.model.style
Styles of chart
ChartStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.ChartStyle
 
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.
ChartVariant - Enum Class in com.vaadin.flow.component.charts
Set of theme variants applicable for vaadin-chart component.
CHOCOLATE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
CIRCLE - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
CIRCLE - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
CIRCLEPIN - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
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
 
clearLabels() - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Clears all labels
clearSeries() - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Remove all items in the series.
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
COLOR_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
 
COLOR1 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR1 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR10 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR10 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR11 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR11 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR12 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR12 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR13 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR13 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR14 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR14 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR15 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR15 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR16 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR16 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR2 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR2 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR3 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR3 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR4 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR4 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR5 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR5 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR6 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR6 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR7 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR7 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR8 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR8 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
COLOR9 - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
COLOR9 - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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.themes - package com.vaadin.flow.component.charts.themes
 
com.vaadin.flow.component.charts.util - package com.vaadin.flow.component.charts.util
 
Compare - Enum Class 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
Completed - Class in com.vaadin.flow.component.charts.model
Progress indicator, how much of the task completed
Completed() - Constructor for class com.vaadin.flow.component.charts.model.Completed
 
Completed(Number) - Constructor for class com.vaadin.flow.component.charts.model.Completed
 
Completed(Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.Completed
 
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.
ConnectorStyle - Class in com.vaadin.flow.component.charts.model
A configuration object to configure style of connectors (dependencies) between two points in a Gantt chart.
ConnectorStyle() - Constructor for class com.vaadin.flow.component.charts.model.ConnectorStyle
 
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
 
createLinear(double, double, double, double) - Static method in class com.vaadin.flow.component.charts.model.style.GradientColor
Creates a new linear gradient between two given points.
createObjectMapper() - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
Create the default ObjectMapper used for serialization.
createObjectMapper(ValueSerializerModifier) - Static method in class com.vaadin.flow.component.charts.util.ChartSerialization
 
createRadial(double, double, double) - Static method in class com.vaadin.flow.component.charts.model.style.GradientColor
Creates a radial gradient color at a specified point with the given radius.
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
 
CTRL - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
 
Cursor - Enum Class 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.
CURVED - Enum constant in enum class com.vaadin.flow.component.charts.model.LinkType
 
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
 
DASH - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
DASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
DashStyle - Enum Class in com.vaadin.flow.component.charts.model
Dash styles used to render lines.
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, DataSeriesItem, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series, item and a shift information.
DataAddedEvent(Series, Number) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
Constructs the event with given series and number.
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(DataSeriesItem...) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries with the given items.
DataSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance with the given name.
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(List<DataSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.DataSeries
Constructs a new DataSeries instance 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(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with X and Y values
DataSeriesItem(Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItem
Constructs an item with numerical values for the X and Y axes and assigns the specified color to the item.
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.
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, Color) - 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(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(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.
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
 
DataSeriesItemBullet - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also target and targetOptions.
DataSeriesItemBullet() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an empty item
DataSeriesItemBullet(Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an item with Y and Target
DataSeriesItemBullet(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an item with X, Y and Target
DataSeriesItemBullet(Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Constructs an item with X, Y and Target
DataSeriesItemSankey - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also "from", "to" and "weight".
DataSeriesItemSankey() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
DataSeriesItemSankey(String, String, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
Constructs an item with from, to and weight values
DataSeriesItemTimeline - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also Label and Description values.
DataSeriesItemTimeline() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
 
DataSeriesItemTimeline(Number, String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
Constructs an item with X, Name, Label and Description values
DataSeriesItemTimeline(String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
Constructs an item with Name, Label and Description values
DataSeriesItemTimeline(Instant, String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
Constructs an item with X, Name, Label and Description values
DataSeriesItemXrange - Class in com.vaadin.flow.component.charts.model
DataSeriesItem that can hold also x2 and partialFill amount and color.
DataSeriesItemXrange() - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an empty item
DataSeriesItemXrange(Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2 and Y
DataSeriesItemXrange(Number, Number, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y and partialFillAmount.
DataSeriesItemXrange(Number, Number, Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y, partialFillAmount and partialFillColor.
DataSeriesItemXrange(Instant, Instant, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2 and Y
DataSeriesItemXrange(Instant, Instant, Number, Number) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y and partialFillAmount.
DataSeriesItemXrange(Instant, Instant, Number, Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Constructs an item with X, X2, Y, partialFillAmount and partialFillColor.
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, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
Constructs the event with given series, item and point index.
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.
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
 
DATETIME - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
 
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
DAY - Enum constant in enum class com.vaadin.flow.component.charts.model.IntervalUnit
 
DAY - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
DAY - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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
 
DEFAULT - Enum constant in enum class com.vaadin.flow.component.charts.model.LinkType
 
DEFAULT_FONT_FAMILIES - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
DEFAULT_FONT_FAMILIES - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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
 
DIAMOND - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
DIAMOND - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
Dimension - Enum Class 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
 
DOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
DragDrop - Class in com.vaadin.flow.component.charts.model
 
DragDrop() - Constructor for class com.vaadin.flow.component.charts.model.DragDrop
 
DragHandle - Class in com.vaadin.flow.component.charts.model
 
DragHandle() - Constructor for class com.vaadin.flow.component.charts.model.DragHandle
 
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
 
DrilldownCallback - Interface in com.vaadin.flow.component.charts.model
Handler interface for chart's drilldown callbacks.
DrilldownCallback.DrilldownDetails - Class in com.vaadin.flow.component.charts.model
 
DrilldownDetails(Series, DataSeriesItem, int) - Constructor for class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
Construct a DrilldownDetails
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

E

equals(Object) - Method in class com.vaadin.flow.component.charts.model.ChartType
 
equals(Object) - Method in class com.vaadin.flow.component.charts.model.Node
 
ERRORBAR - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
ExportFileType - Enum Class 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

FAST_AVOID - Enum constant in enum class com.vaadin.flow.component.charts.model.PathfinderType
Finds a path between the points using right angles only.
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
 
FLAG - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
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(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) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X and Title values
FlagItem(Instant, String, String) - Constructor for class com.vaadin.flow.component.charts.model.FlagItem
Constructs an item with X, Title and Text values
FLAGS - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
FlagShape - Enum Class 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 Class in com.vaadin.flow.component.charts.model.style
Font weight used by Style 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
 
GANTT - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
GanttSeries - Class in com.vaadin.flow.component.charts.model
A series of tasks to be used in the Gantt chart.
GanttSeries() - Constructor for class com.vaadin.flow.component.charts.model.GanttSeries
 
GanttSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeries
Constructs a GanttSeries with the given name
GanttSeries(String, Collection<GanttSeriesItem>) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeries
Constructs a GanttSeries with the given name and data
GanttSeriesItem - Class in com.vaadin.flow.component.charts.model
Data for the GanttSeries.
GanttSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
GanttSeriesItem(Number, Instant, Instant) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
GanttSeriesItem(String, Instant, Instant) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
GanttSeriesItemDependency - Class in com.vaadin.flow.component.charts.model
A configuration object to express dependencies between tasks in a Gantt chart.
GanttSeriesItemDependency() - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
 
GanttSeriesItemDependency(String) - Constructor for class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
 
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() - Static method in class com.vaadin.flow.component.charts.ChartOptions
Returns a ChartOptions instance for the current UI.
get(int) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Returns DataSeriesItem at given index
get(int) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Returns GanttSeriesItem at given index
get(UI) - Static method in class com.vaadin.flow.component.charts.ChartOptions
Returns a ChartOptions instance for the given UI.
get(String) - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
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
 
getActiveAxisLabelStyle() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getActiveColor() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getActiveDataLabelStyle() - Method in class com.vaadin.flow.component.charts.model.Drilldown
 
getAdaptToUpdatedData() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getAlgorithmMargin() - Method in class com.vaadin.flow.component.charts.model.ChartConnectors
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getAlign() - Method in class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
Horizontal alignment of the breadcrumbs (e.g.
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.Marker
 
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
 
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getAlignTicks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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
Deprecated, for removal: This API element is subject to removal in a future version.
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAllowPointSelect() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getAllowTraversingTree() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
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.style.AxisStyle
 
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
 
getAmount() - Method in class com.vaadin.flow.component.charts.model.Completed
 
getAmount() - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
 
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.Inactive
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAnimation() - Method in class com.vaadin.flow.component.charts.model.SeriesConnectors
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsXrange
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getAnimationLimit() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getArea() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getArearange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getAreaspline() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getAreasplinerange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getArrowSize() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getAttributes() - Method in class com.vaadin.flow.component.charts.model.Halo
 
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
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Background
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Handles
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBar() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBarBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getBarBorderColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
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
 
getBoostBlending() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Background
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Handles
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Level
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getBorderColor() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBorderDashStyle() - Method in class com.vaadin.flow.component.charts.model.Level
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
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.DataLabels
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBorderRadius() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Background
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Dial
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Level
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Pivot
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getBorderWidth() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getBottom() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getBoxplot() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBreadcrumbs() - Method in class com.vaadin.flow.component.charts.model.Drilldown
Returns the breadcrumbs navigation options for drilldown levels.
getBreadcrumbs() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
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
 
getBrightness() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getBubble() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getBullet() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getButton() - Method in interface com.vaadin.flow.component.charts.events.ClickEvent
Gets the MouseEventDetails.MouseButton of the click event.
getButton() - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
getButtonArrowColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
getButtonBorderColor() - Method in class com.vaadin.flow.component.charts.model.Scrollbar
 
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.Breadcrumbs
 
getButtonSpacing() - Method in class com.vaadin.flow.component.charts.model.ContextButton
Gets the spacing between the context button and other exporting buttons.
getButtonSpacing() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getButtonTheme() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
 
getButtonTheme() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getCallback() - Method in class com.vaadin.flow.component.charts.model.Condition
 
getCandlestick() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PointDragEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getCategory() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
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
 
getCellHeight() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
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
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getCenterInCategory() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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
 
getChart() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get chart style
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.Background
Returns the class name of the background
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.DragHandle
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getClassName() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.style.ChartStyle
 
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
 
getClip() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getClip() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getClose() - Method in class com.vaadin.flow.component.charts.model.OhlcItem
 
getCollapsed() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getColor() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getColor() - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Returns the color of the item.
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.Crosshair
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getColor() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getColor() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Level
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Link
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Node
 
getColor() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Side
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Stop
 
getColor() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
 
getColor() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getColor() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Top
 
getColor() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getColorAxis() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
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.OhlcOptions
 
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.PlotOptionsBullet
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorByPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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.GanttSeriesItem
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.Node
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColorIndex() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getColorKey() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getColors() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getColors() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get colors of items
getColorValue() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getColsize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getColumn() - Method in class com.vaadin.flow.component.charts.model.Node
 
getColumn() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getColumnrange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getColumns() - Method in class com.vaadin.flow.component.charts.model.AxisGrid
 
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
 
getCompleted() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
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
 
getConnectEnds() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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
 
getConnectNulls() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getConnectorColor() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorColor() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorPadding() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getConnectors() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getConnectors() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getConnectorWidth() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getConnectorWidth() - 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
 
getCredits() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get credits style
getCrisp() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
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.PlotOptionsBubble
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
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.PlotOptionsFlags
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCrisp() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
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.PlotOptionsBullet
 
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
 
getCurrentDateIndicator() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
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.DragHandle
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getCursor() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getCurveFactor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getCustom() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
getCustom() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
getCx() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
getCy() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.Crosshair
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getDashStyle() - Method in class com.vaadin.flow.component.charts.model.Zones
 
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.GanttSeries
Return an unmodifiable copy of the 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.NodeSeries
 
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.Node
 
getDataLabels() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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
 
getDefaultState() - Method in class com.vaadin.flow.component.charts.model.GuideBox
 
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
 
getDependencies() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
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.PlotOptionsBullet
 
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.DataSeriesItem
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.Node
 
getDescription() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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
 
getDragDrop() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getDraggableEnd() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableStart() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableX1() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableX2() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDraggableY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragHandle() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMaxX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMaxY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMinX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragMinY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragPrecisionX() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragPrecisionY() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getDragSensitivity() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
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.
getDrilldownCallback() - Method in class com.vaadin.flow.component.charts.Chart
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getEdgeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.PlotOptionsBullet
 
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.AxisGrid
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ChartConnectors
 
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.Inactive
 
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
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
 
getEnabled() - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getEnableMouseTracking() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getEnd() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getEnd() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getEnd() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getEnd() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getEndAngle() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getEndAngle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getEndMarker() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
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
 
getErrorbar() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PlotOptionsTimeline
 
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
 
getFill() - Method in class com.vaadin.flow.component.charts.model.Attributes
 
getFill() - Method in class com.vaadin.flow.component.charts.model.Completed
 
getFill() - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
 
getFill() - Method in class com.vaadin.flow.component.charts.model.PartialFill
 
getFill() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Select
 
getFillColor() - Method in class com.vaadin.flow.component.charts.model.Zones
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getFillOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
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.PlotOptionsBullet
 
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
 
getFlags() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.style.TooltipStyle
 
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.Style
 
getFontSize() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getFontWeight() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
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.Breadcrumbs
 
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.Breadcrumbs
 
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.DataSeriesItemSankey
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getFrom() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getFunnel() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getGantt() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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
 
getGapSize() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
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.PlotOptionsTimeline
 
getGapUnit() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getGauge() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PlotOptionsBullet
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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
 
getGrid() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGrid() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getGridLineInterpolation() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
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
 
getGroupBy() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGrouping() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getGroupPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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
 
getGuideBox() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
getHalo() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getHandles() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getHangingIndent() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getHeaderFormat() - Method in class com.vaadin.flow.component.charts.model.SeriesTooltip
 
getHeaderFormat() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getHeatmap() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.TargetOptions
 
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.Items
 
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.GanttSeriesItem
 
getId() - Method in class com.vaadin.flow.component.charts.model.Node
 
getId() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
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.PlotOptionsFunnel
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getIgnoreHiddenPoint() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getIgnoreHiddenSeries() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getImage() - Method in class com.vaadin.flow.component.charts.model.Node
 
getInactive() - Method in class com.vaadin.flow.component.charts.model.States
 
getInactiveColor() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getInactiveOtherPoints() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getIncludeInDataExport() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
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 class 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
 
getInputBoxBorderColor() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
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
 
getInputStyle() - 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
 
getInside() - Method in class com.vaadin.flow.component.charts.model.Marker
 
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.
getItem() - Method in class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
Returns the item that was clicked
getItemDistance() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemHiddenStyle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemHoverStyle() - 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.PointDragEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getItemId() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
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.PointDragEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
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
 
getItemIndex() - Method in class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
getItemMarginBottom() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemMarginTop() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemStyle() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getItemWidth() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getKey() - Method in class com.vaadin.flow.component.charts.model.Zooming
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.DataSeriesItemTimeline
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotLine
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLabel() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLabelFormat() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabelFormatter() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLabelrank() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getLabelrank() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
 
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.style.AxisStyle
 
getLabels() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of labels
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
 
getLabelStyle() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getLabelStyle() - Method in class com.vaadin.flow.component.charts.model.RangeSelector
 
getLang() - Method in class com.vaadin.flow.component.charts.ChartOptions
Returns the Lang in use or null if no lang configuration has been set.
getLayout() - Method in class com.vaadin.flow.component.charts.model.Legend
 
getLayout() - Method in class com.vaadin.flow.component.charts.model.Node
 
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.Style
 
getLegend() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getLegend() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of legend
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.PlotOptionsBullet
 
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.PlotOptionsTimeline
 
getLegendIndex() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLegendType() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getLevel() - Method in class com.vaadin.flow.component.charts.model.Level
 
getLevel() - Method in class com.vaadin.flow.component.charts.model.Node
 
getLevelIsConstant() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLevels() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getLibURL() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getLine() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getLinearGradient() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
 
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
 
getLinecap() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.Select
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.style.MarkerStyle
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLineColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLineHeight() - Method in class com.vaadin.flow.component.charts.model.Legend
Deprecated, for removal: This API element is subject to removal in a future version. 
getLineHeight() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Link
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Marker
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.Select
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getLineWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getLineWidthPlus() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getLink() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLinkColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Deprecated, for removal: This API element is subject to removal in a future version.
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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
 
getLinkLineWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Deprecated, for removal: This API element is subject to removal in a future version.
getLinkOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getLinkOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getLinkRadius() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Deprecated, for removal: This API element is subject to removal in a future version.
getLiveRedraw() - Method in class com.vaadin.flow.component.charts.model.DragDrop
 
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
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMargin() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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.ConnectorStyle
 
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.PlotOptionsTimeline
 
getMarker() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getMaskFill() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
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
 
getMaxColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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
 
getMaxPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getMaxRange() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMaxRange() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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
 
getMedianColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMedianWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getMenuItemDefinitions() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getMenuItemHoverStyle() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getMenuItems() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getMenuItemStyle() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getMenuStyle() - Method in class com.vaadin.flow.component.charts.model.Navigation
 
getMilestone() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getMin() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinColor() - Method in class com.vaadin.flow.component.charts.model.ColorAxis
 
getMinColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
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
 
getMinLinkWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getMinLinkWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getMinorGridLineColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorGridLineColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorGridLineColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorGridLineDashStyle() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorGridLineWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickColor() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getMinorTickInterval() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
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
 
getMinorTicks() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTicks() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getMinorTickWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getMinorTickWidth() - 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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getMinPointLength() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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.GradientColorStopsSerializer
 
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.PointLegendItemClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.SeriesClickEvent
 
getMouseDetails() - Method in class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
 
getMouseWheel() - Method in class com.vaadin.flow.component.charts.model.Zooming
 
getName() - Method in class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
Gets the series name
getName() - Method in enum class 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 class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getName() - Method in class com.vaadin.flow.component.charts.model.Node
 
getName() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getName() - Method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
getName() - Method in interface com.vaadin.flow.component.charts.model.Series
 
getName() - Method in enum class 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.PlotOptionsTimeline
 
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
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getNegativeColor() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getNegativeFillColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getNoData() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getNoData() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getNodePadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getNodePadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getNodes() - Method in class com.vaadin.flow.component.charts.model.NodeSeries
 
getNodeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getNodeWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
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.Node
 
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
 
getOhlc() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.AreaOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.Halo
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.Hover
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.Inactive
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getOpacity() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
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
 
getOrganization() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getOuterRadius() - Method in class com.vaadin.flow.component.charts.model.Background
 
getOuterRadius() - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
getOutgoing() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getOutlineColor() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getOutlineWidth() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getOutside() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
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() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getPane() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getPane(int) - Method in class com.vaadin.flow.component.charts.model.PaneList
 
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
 
getPanningEnabled() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getParent() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getParent() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getParent() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getParent() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getParent() - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
getPartialFill() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
 
getPartialFill() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
getPartialFill() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getPathFormatter() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getPie() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getPinchType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPinchType() - Method in class com.vaadin.flow.component.charts.model.Zooming
 
getPivot() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
 
getPlotBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBackgroundColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getPlotBackgroundImage() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBackgroundImage() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
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
 
getPlotBorderColor() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBorderColor() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
getPlotBorderWidth() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPlotBorderWidth() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
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() - Method in interface com.vaadin.flow.component.charts.model.Series
Gets the plot options related to this specific series.
getPlotOptions() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of plots
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.
getPlotShadow() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPoint() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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.PlotOptionsBullet
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointPadding() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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.PlotOptionsBullet
 
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.PlotOptionsTimeline
 
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.PlotOptionsBullet
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getPointWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
getPolar() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getPolygon() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
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.GradientColor.Stop
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
getPosition() - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
 
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
 
getPyramid() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getR() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
getRadialGradient() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor
 
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.Link
 
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.Breadcrumbs
 
getRelativeTo() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getRelativeTo() - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
 
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
 
getResetButton() - Method in class com.vaadin.flow.component.charts.model.Zooming
 
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.SeriesConnectorAnimation
 
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
 
getScatter() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.NodeSeriesItem
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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
getSelectionMarkerFill() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
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
getSensitivity() - Method in class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
 
getSeparator() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Returns the separator configuration for breadcrumbs, which defines the visual separator between breadcrumb items.
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.DrilldownCallback.DrilldownDetails
getSeries() - Method in class com.vaadin.flow.component.charts.model.Navigator
 
getSeries() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PointDragEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getSeriesItemIndex() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
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.ChartModel
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getShowCheckbox() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.PlotOptionsTimeline
 
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
 
getSingleTouch() - Method in class com.vaadin.flow.component.charts.model.Zooming
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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
 
getSolidgauge() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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
 
getSpline() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PlotOptionsBullet
 
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
 
getStart() - Method in class com.vaadin.flow.component.charts.events.PointDragEvent
 
getStart() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getStart() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
getStart() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
 
getStartAngle() - Method in class com.vaadin.flow.component.charts.model.Pane
 
getStartAngle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
getStartMarker() - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getStates() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getStaticScale() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStemColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStemColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStemDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStemDashStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
getStemWidth() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
getStemWidth() - 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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.style.GradientColor
 
getStops() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getStroke() - Method in class com.vaadin.flow.component.charts.model.Attributes
 
getStroke() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.Attributes
 
getStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Returns the CSS styles for the breadcrumb text.
getStyle() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Credits
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.DataLabels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Items
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Label
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Labels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.LegendTitle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Loading
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.NoData
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Separator
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.StackLabels
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Gets various style defaults used.
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.StyleWrapper
Return the style object
getStyle() - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Title
 
getStyle() - Method in class com.vaadin.flow.component.charts.model.Tooltip
 
getStyledMode() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getSubtitle() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getSubtitle() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of Chart subtitle
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
 
getSymbolFill() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolFill() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
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
 
getSymbolSize() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolStroke() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolStroke() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getSymbolStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
 
getSymbolStrokeWidth() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
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
 
getTarget() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Returns the target value of the item.
getTargetOptions() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
 
getTargetOptions() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
getText() - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
 
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.Separator
 
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.Style
 
getTheme() - Method in class com.vaadin.flow.component.charts.ChartOptions
Returns the Theme in use or null if no theme has been set.
getTheme() - Method in class com.vaadin.flow.component.charts.model.ContextButton
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.ResetZoomButton
 
getTheme() - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
 
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.PlotOptionsBullet
 
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
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.Axis
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickColor() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickColor() - 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
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.XAxis
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.YAxis
 
getTickWidth() - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
getTime() - Method in class com.vaadin.flow.component.charts.model.Configuration
 
getTimeline() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getTimeUnit() - Method in class com.vaadin.flow.component.charts.model.TimeUnitMultiples
 
getTimezone() - Method in class com.vaadin.flow.component.charts.model.Global
 
getTimezone() - Method in class com.vaadin.flow.component.charts.model.Time
 
getTimezoneOffset() - Method in class com.vaadin.flow.component.charts.model.Global
 
getTimezoneOffset() - Method in class com.vaadin.flow.component.charts.model.Time
Deprecated, for removal: This API element is subject to removal in a future version.
This property is deprecated and should not be used in new code. Use Time.setTimezone(String) instead.
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.Node
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
 
getTitle() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of Chart title
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.DataSeriesItemSankey
 
getTo() - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
 
getTo() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getTooltip() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of tooltips
getTop() - Method in class com.vaadin.flow.component.charts.model.Frame
 
getTop() - Method in class com.vaadin.flow.component.charts.model.style.Style
 
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
 
getTrackBorderWidth() - 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
 
getTreemap() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getTreeMap() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
getTurboThreshold() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
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.PlotOptionsXrange
 
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.ConnectorStyle
 
getType() - Method in class com.vaadin.flow.component.charts.model.Exporting
 
getType() - Method in class com.vaadin.flow.component.charts.model.Link
 
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
 
getType() - Method in class com.vaadin.flow.component.charts.model.Zooming
 
getType() - Method in class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
 
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.OhlcOptions
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
getUpColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
getUpLineColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
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.AnnotationItemLabel
 
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
 
getUseUTC() - Method in class com.vaadin.flow.component.charts.model.Time
Deprecated, for removal: This API element is subject to removal in a future version.
This property is deprecated and should not be used in new code. Use Time.setTimezone(String) instead.
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
 
getVariantName() - Method in enum class com.vaadin.flow.component.charts.ChartVariant
Gets the variant name.
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
 
getVerticalAlign() - Method in class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
Vertical alignment of the breadcrumbs (e.g.
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.Marker
 
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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
 
getWaterfall() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
getWeek() - Method in class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
 
getWeekdays() - Method in class com.vaadin.flow.component.charts.model.Lang
 
getWeight() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
getWeight() - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
getWhiskerColor() - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
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.PlotOptionsBoxplot
 
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.Crosshair
 
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.PlotLine
 
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
 
getWidth() - Method in class com.vaadin.flow.component.charts.model.TargetOptions
 
getWidthAdjust() - Method in class com.vaadin.flow.component.charts.model.Subtitle
 
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.AnnotationItemLabelPoint
 
getX() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getX() - Method in class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
Horizontal pixel offset.
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
 
getX1() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
getX2() - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Returns the X2-value of the item.
getX2() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
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() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of X axes
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
 
getXrange() - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
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.PointDragEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getxValue() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
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.AnnotationItemLabelPoint
 
getY() - Method in class com.vaadin.flow.component.charts.model.AxisTitle
 
getY() - Method in class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
Vertical pixel offset.
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.GanttSeriesItem
 
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
 
getY1() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
getY2() - Method in class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
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() - Method in class com.vaadin.flow.component.charts.model.style.Theme
Get style of Y axes
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
Gets the y axis value of the clicked point.
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.PointDragEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
getyValue() - Method in class com.vaadin.flow.component.charts.events.PointDropEvent
 
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.Breadcrumbs
Returns the z-index for the breadcrumbs navigation, controlling its stacking order.
getzIndex() - Method in class com.vaadin.flow.component.charts.model.DragHandle
 
getzIndex() - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 
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.PlotOptionsBullet
 
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.PlotOptionsXrange
 
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.PlotOptionsBullet
 
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.PlotOptionsXrange
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PointOptions
 
getZones() - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
getZooming() - Method in class com.vaadin.flow.component.charts.model.ChartModel
 
getZoomType() - Method in class com.vaadin.flow.component.charts.model.ChartModel
Deprecated.
Use ChartModel.getZooming() instead. The zooming configuration provides more comprehensive zoom options including mouse wheel support.
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
 
GradientColor - Class in com.vaadin.flow.component.charts.model.style
Class providing gradient colors
GradientColor.LinearGradient - Class in com.vaadin.flow.component.charts.model.style
 
GradientColor.RadialGradient - Class in com.vaadin.flow.component.charts.model.style
 
GradientColor.Stop - Class in com.vaadin.flow.component.charts.model.style
 
GradientColorStopsSerializer - Class in com.vaadin.flow.component.charts.model.serializers
 
GradientColorStopsSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.GradientColorStopsSerializer
 
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
 
GRID_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
GRID_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
GuideBox - Class in com.vaadin.flow.component.charts.model
Style options for the guide box.
GuideBox() - Constructor for class com.vaadin.flow.component.charts.model.GuideBox
 
GuideBoxDefaultState - Class in com.vaadin.flow.component.charts.model
 
GuideBoxDefaultState() - Constructor for class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
 

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
 
handleDrilldown(DrilldownCallback.DrilldownDetails) - Method in interface com.vaadin.flow.component.charts.model.DrilldownCallback
Method called when a point with drilldown enabled is clicked and should return the Series to be used as drilldown for the point.
Handles - Class in com.vaadin.flow.component.charts.model
Options for the handles for dragging the zoomed area.
Handles() - Constructor for class com.vaadin.flow.component.charts.model.Handles
 
HANGING - Enum constant in enum class com.vaadin.flow.component.charts.model.NodeLayout
 
HasAxis<T> - Interface in com.vaadin.flow.component.charts.events
 
hashCode() - Method in class com.vaadin.flow.component.charts.model.ChartType
 
hashCode() - Method in class com.vaadin.flow.component.charts.model.Node
 
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 - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
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
 
HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.charts.model.LayoutDirection
 
HORIZONTAL - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
 
HorizontalAlign - Enum Class 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
 
HOUR - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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
 

I

IMAGE_JPEG - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
 
IMAGE_PNG - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
 
IMAGE_SVG_XML - Enum constant in enum class com.vaadin.flow.component.charts.model.ExportFileType
 
Inactive - Class in com.vaadin.flow.component.charts.model
 
Inactive() - Constructor for class com.vaadin.flow.component.charts.model.Inactive
 
Inactive(Boolean) - Constructor for class com.vaadin.flow.component.charts.model.Inactive
 
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
 
INSIDE - Enum constant in enum class com.vaadin.flow.component.charts.model.TickPosition
 
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 Class 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
 
isFloating() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
 
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
 
isPlotShadow() - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
 
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.
isRtl() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
 
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
 
isShowFullPath() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Returns whether the full path should be shown in breadcrumbs, including all drilldown levels.
isSliced() - Method in class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
When true, the point is sliced out.
isUseHTML() - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Returns whether to use HTML to render the breadcrumb labels.
isVisible() - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
ItemPartialFill - Class in com.vaadin.flow.component.charts.model
PartialFill configuration object to be used in DataSeriesItemXrange.
ItemPartialFill() - Constructor for class com.vaadin.flow.component.charts.model.ItemPartialFill
Creates an empty PartialFill configuration object
ItemPartialFill(Number) - Constructor for class com.vaadin.flow.component.charts.model.ItemPartialFill
Creates a new PartialFill with the defined fill amount
ItemPartialFill(Number, Color) - Constructor for class com.vaadin.flow.component.charts.model.ItemPartialFill
Creates a new PartialFill with the defined fill color and amount
Items - Class in com.vaadin.flow.component.charts.model
A HTML label that can be positioned anywhere in the chart area.
Items() - Constructor for class com.vaadin.flow.component.charts.model.Items
 
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) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event with animated transition, redraws the chart
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, boolean, boolean) - Constructor for class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
Constructs the event.
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
 
LABEL_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
LABEL_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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
 
LabelsRotationSerializer - Class in com.vaadin.flow.component.charts.model.serializers
Serializer for Labels.getRotation().
LabelsRotationSerializer() - Constructor for class com.vaadin.flow.component.charts.model.serializers.LabelsRotationSerializer
 
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 Class in com.vaadin.flow.component.charts.model
The layout of the legend items.
LEFT - Enum constant in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
 
LEFT - Enum constant in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
 
LEFT - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
 
LEFT - Enum constant in enum class com.vaadin.flow.component.charts.model.TextAlign
 
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
 
LEGEND_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
LEGEND_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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
 
LegendStyle - Class in com.vaadin.flow.component.charts.model.style
Style options for Legend
LegendStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.LegendStyle
 
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
 
LINE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
LINE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
LINEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
 
LinearGradient(double, double, double, double) - Constructor for class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
 
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
 
Link - Class in com.vaadin.flow.component.charts.model
Link styling options for Organization charts.
Link() - Constructor for class com.vaadin.flow.component.charts.model.Link
 
LINKED_TO_PREVIOUS - Static variable in class com.vaadin.flow.component.charts.model.AreaOptions
 
LinkType - Enum Class in com.vaadin.flow.component.charts.model
The type of the link shape.
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(Number...) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given array of values.
ListSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given series name.
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.
ListSeries(Collection<Number>) - Constructor for class com.vaadin.flow.component.charts.model.ListSeries
Constructs a ListSeries with the given 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
 
LOGARITHMIC - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisType
 
LONGDASH - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
LONGDASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
LONGDASHDOTDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
LOW - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
LOW_PROPERTY - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
LUMO_CLASSIC - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
 
LUMO_GRADIENT - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
 
LUMO_MONOTONE - Enum constant in enum class com.vaadin.flow.component.charts.ChartVariant
 
LumoDarkTheme - Class in com.vaadin.flow.component.charts.themes
The dark version of the default theme for Vaadin Charts.
LumoDarkTheme() - Constructor for class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
LumoLightTheme - Class in com.vaadin.flow.component.charts.themes
The default theme for Vaadin Charts.
LumoLightTheme() - Constructor for class com.vaadin.flow.component.charts.themes.LumoLightTheme
 

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
 
MarkerStyle - Class in com.vaadin.flow.component.charts.model.style
Marker style
MarkerStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.MarkerStyle
 
MarkerSymbol - Interface in com.vaadin.flow.component.charts.model
Interface for all marker symbols
MarkerSymbolEnum - Enum Class 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
 
META - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
 
MIDDLE - Enum constant in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
 
MIDDLE - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
MIDNIGHTBLUE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
MILLISECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
MILLISECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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
 
MINUTE - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
MINUTE - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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.Supplier, ValueSerializer<?>) - Method in class com.vaadin.flow.component.charts.model.serializers.DefaultBeanSerializerModifier
 
MONTH - Enum constant in enum class com.vaadin.flow.component.charts.model.IntervalUnit
 
MONTH - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
MONTH - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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 Class 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
 
Node - Class in com.vaadin.flow.component.charts.model
A collection of options for the individual nodes.
Node() - Constructor for class com.vaadin.flow.component.charts.model.Node
Default constructor.
Node(String) - Constructor for class com.vaadin.flow.component.charts.model.Node
 
Node(String, String) - Constructor for class com.vaadin.flow.component.charts.model.Node
 
Node(String, String, String) - Constructor for class com.vaadin.flow.component.charts.model.Node
 
NodeLayout - Enum Class in com.vaadin.flow.component.charts.model
 
NodeSeries - Class in com.vaadin.flow.component.charts.model
A series containing nodes and links to nodes.
NodeSeries() - Constructor for class com.vaadin.flow.component.charts.model.NodeSeries
 
NodeSeriesItem - Class in com.vaadin.flow.component.charts.model
Data for the NodeSeries.
NodeSeriesItem() - Constructor for class com.vaadin.flow.component.charts.model.NodeSeriesItem
Default constructor.
NodeSeriesItem(Node, Node) - Constructor for class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.Cursor
 
NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.Stacking
 
NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
 
NONE - Enum constant in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
 
NORMAL - Enum constant in enum class com.vaadin.flow.component.charts.model.NodeLayout
 
NORMAL - Enum constant in enum class com.vaadin.flow.component.charts.model.Stacking
 
NORMAL - Enum constant in enum class com.vaadin.flow.component.charts.model.style.FontWeight
Normal text

O

of(int) - Static method in enum class 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 <a https://en.wikipedia.org/wiki/Open-high-low-close_chart">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
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
 
ON - Enum constant in enum class com.vaadin.flow.component.charts.model.PointPlacement
 
ON - Enum constant in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
 
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
 
ORGANIZATION - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
OUTSIDE - Enum constant in enum class com.vaadin.flow.component.charts.model.TickPosition
 
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 Class 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
 
PartialFill - Class in com.vaadin.flow.component.charts.model
PartialFill configuration object to be used in PlotOptionsXrange.
PartialFill() - Constructor for class com.vaadin.flow.component.charts.model.PartialFill
Creates an empty PartialFill configuration object
PartialFill(Color) - Constructor for class com.vaadin.flow.component.charts.model.PartialFill
Creates a new PartialFill with the defined fill color
PathfinderType - Enum Class in com.vaadin.flow.component.charts.model
Pathfinder algorithm to use for chart that can connect two points (e.g.
PEACHPUFF - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
PERCENT - Enum constant in enum class com.vaadin.flow.component.charts.model.Compare
 
PERCENT - Enum constant in enum class com.vaadin.flow.component.charts.model.Stacking
 
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
 
PLOT - Enum constant in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
 
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, Color) - Constructor for class com.vaadin.flow.component.charts.model.PlotBand
 
PLOTBOX - Enum constant in enum class com.vaadin.flow.component.charts.model.ButtonRelativeTo
 
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, Number, Color) - 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
 
PlotOptionsBullet - Class in com.vaadin.flow.component.charts.model
Plot options for ChartType.BULLET charts.
PlotOptionsBullet() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
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
 
PlotOptionsGantt - Class in com.vaadin.flow.component.charts.model
Options for the gantt series type.
PlotOptionsGantt() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsGantt
 
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
 
PlotOptionsOrganization - Class in com.vaadin.flow.component.charts.model
Plot options for ChartType.ORGANIZATION charts.
PlotOptionsOrganization() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
 
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
 
PlotOptionsSankey - Class in com.vaadin.flow.component.charts.model
Plot options for ChartType.SANKEY charts.
PlotOptionsSankey() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsSankey
 
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
 
PlotOptionsStyle - Class in com.vaadin.flow.component.charts.model.style
Styles for PlotOptions of different plot types
PlotOptionsStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
 
PlotOptionsTimeline - Class in com.vaadin.flow.component.charts.model
Plot options for ChartType.TIMELINE charts.
PlotOptionsTimeline() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
 
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
 
PlotOptionsXrange - Class in com.vaadin.flow.component.charts.model
Options for the xrange series type.
PlotOptionsXrange() - Constructor for class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
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
PointDragEvent - Class in com.vaadin.flow.component.charts.events
Fired while dragging a point.
PointDragEvent(Chart, boolean, int, int, String, String, Double, Double, String, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.PointDragEvent
 
PointDragStartEvent - Class in com.vaadin.flow.component.charts.events
Fired when starting to drag a point.
PointDragStartEvent(Chart, boolean, int, int, String, String, Double, Double, String, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.PointDragStartEvent
 
PointDropEvent - Class in com.vaadin.flow.component.charts.events
Fired when the point is dropped.
PointDropEvent(Chart, boolean, int, int, String, String, Double, Double, String, Double, Double) - Constructor for class com.vaadin.flow.component.charts.events.PointDropEvent
 
POINTER - Enum constant in enum class com.vaadin.flow.component.charts.model.Cursor
 
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, int, boolean, boolean, boolean, boolean, int, 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 Class 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

RadialGradient(double, double, double) - Constructor for class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
 
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 Class 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(Number[]...) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given values
RangeSeries(String) - Constructor for class com.vaadin.flow.component.charts.model.RangeSeries
Constructs a RangeSeries with the given name
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
 
RELATIVE - Enum constant in enum class com.vaadin.flow.component.charts.model.style.StylePosition
 
remove(DataSeriesItem) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Removes a given item and immediately removes it from the chart.
remove(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Removes the node.
remove(NodeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.NodeSeries
Removes the nodeSeriesItem.
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.ColumnOptions
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Removes first occurrence of color in colors array
removeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.PlotOptionsOrganization
Removes first occurrence of level in levels array
removeLevel(Level) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Removes first occurrence of level in levels 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
removeThemeVariants(ChartVariant...) - Method in class com.vaadin.flow.component.charts.Chart
Removes theme variants from the component.
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.PlotOptionsBullet
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.PlotOptionsXrange
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() - Method in class com.vaadin.flow.component.charts.model.Configuration
Reset zoom level by setting axes extremes to null
resetZoom(boolean, boolean) - Method in interface com.vaadin.flow.component.charts.events.internal.ConfigurationChangeListener
Reset zoom level by setting axis 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 Class 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
RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
 
RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
 
RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.StepType
 
RIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.TextAlign
 
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
 
SANKEY - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
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
 
SECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
SECOND - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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
 
Separator - Class in com.vaadin.flow.component.charts.model
 
Separator() - Constructor for class com.vaadin.flow.component.charts.model.Separator
 
serialize(AbstractSeries, BeanSerializerDelegator<AbstractSeries>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.AbstractSeriesBeanSerializer
 
serialize(AxisList, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.AxisListSerializer
 
serialize(AxisTitle, BeanSerializerDelegator<AxisTitle>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.AxisTitleBeanSerializer
 
serialize(ChartEnum, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.ChartEnumSerializer
 
serialize(DataProviderSeries, BeanSerializerDelegator<DataProviderSeries>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.DataProviderSeriesBeanSerializer
 
serialize(DataSeriesItem, BeanSerializerDelegator<DataSeriesItem>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.DataSeriesItemBeanSerializer
 
serialize(LegendTitle, BeanSerializerDelegator<LegendTitle>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.LegendTitleBeanSerializer
 
serialize(PaneList, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.PaneListSerializer
 
serialize(Stop, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.StopSerializer
 
serialize(GradientColor.Stop, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.GradientColorStopsSerializer
 
serialize(SolidColor, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.SolidColorSerializer
 
serialize(TimeUnitMultiples, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.TimeUnitMultiplesSerializer
 
serialize(Title, BeanSerializerDelegator<Title>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.TitleBeanSerializer
 
serialize(Object, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
serialize(String, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.LabelsRotationSerializer
 
serialize(Instant, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.InstantSerializer
 
serialize(Date, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.DateSerializer
 
serialize(T, BeanSerializerDelegator<T>, JsonGenerator, SerializationContext) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializationDelegate
 
serializeProperties(Object, JsonGenerator, SerializationContext) - 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
 
SeriesConnectorAnimation - Class in com.vaadin.flow.component.charts.model
Animation of Gantt series connector
SeriesConnectorAnimation() - Constructor for class com.vaadin.flow.component.charts.model.SeriesConnectorAnimation
 
SeriesConnectors - Class in com.vaadin.flow.component.charts.model
A configuration object to override Pathfinder connector options for a series.
SeriesConnectors() - Constructor for class com.vaadin.flow.component.charts.model.SeriesConnectors
 
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, int, boolean, boolean, boolean, boolean, int, 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.
setActiveAxisLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Drilldown
Additional styles to apply to the X axis label for a point that has drilldown data.
setActiveColor(Color) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
The color for the active up or down arrow in the legend page navigation.
setActiveDataLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Drilldown
Additional styles to apply to the data label of a point that has drilldown data.
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.
setAlgorithmMargin(Number) - Method in class com.vaadin.flow.component.charts.model.ChartConnectors
Set the default pathfinder margin to use, in pixels.
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.Marker
Supported only in Gantt charts: Horizontal alignment of the markers relative to the points.
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.
setAlign(VerticalAlign) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
Alignment of the title relative to the axis values.
setAlign(String) - Method in class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
 
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.
setAlignTicks(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
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.
setAlignTicks(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
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
Deprecated, for removal: This API element is subject to removal in a future version.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setAllowTraversingTree(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.
setAlpha(Number) - Method in class com.vaadin.flow.component.charts.model.Options3d
One of the two rotation angles for the chart.
setAlternateGridColor(Color) - 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(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the alternate grid color.
setAlternateGridColor(Color) - 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(Color) - 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(Color) - 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
 
setAmount(Number) - Method in class com.vaadin.flow.component.charts.model.Completed
The amount of the progress indicator, ranging from 0 (not started) to 1 (finished).
setAmount(Number) - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
The amount of the xrange point to be filled.
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(SeriesConnectorAnimation) - Method in class com.vaadin.flow.component.charts.model.SeriesConnectors
 
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.Inactive
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsXrange
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.
setArea(PlotOptionsArea) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.AREA charts
setArearange(PlotOptionsArearange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.AREARANGE charts
setAreaspline(PlotOptionsAreaspline) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.AREASPLINE charts
setAreasplinerange(PlotOptionsAreasplinerange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.AREASPLINERANGE charts
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. .
setAttributes(Attributes) - Method in class com.vaadin.flow.component.charts.model.Halo
A collection of SVG attributes to override the appearance of the halo, for example fill, stroke and stroke-width.
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.
setAxisDefaults(AxisStyle) - Method in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
setAxisDefaults(AxisStyle) - Method in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The background color or gradient for the data label.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the background color
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The background color or gradient for the outer chart area.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
The background color for the label.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The background color or gradient for the data label.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The background color or gradient for the data label.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The background color or gradient for the data label.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Dial
The background or fill color of the gauge's dial.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Handles
The fill for the handle.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Legend
The background color of the legend.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Pivot
The background color or fill of the pivot.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the background color of the outer chart area.
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
Sets the background color of tooltips
setBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The background color or gradient for the tooltip.
setBar(PlotOptionsBar) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.BAR charts
setBarBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The background color of the scrollbar itself.
setBarBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of the scrollbar's border.
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.
setBoostBlending(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Sets the color blending in the boost module.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The border color for the data label.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.AxisGrid
Set border color for the label grid lines.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the border color
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The color of the outer chart border.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The color of the border of each waterfall column.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
The border color for the crosshair label
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The border color for the data label.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The border color for the data label.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The border color for the data label.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Dial
The border color or stroke of the gauge's dial.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Handles
The stroke for the handle border and the stripes inside.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
A specific border color for the hovered point.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Inactive
A specific border color for the hovered point.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Legend
The color of the drawn border around the legend.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Level
Can set a borderColor on all points which lies on the same level.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Pivot
The border or stroke color of the pivot.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Border color for the plot band.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The color of the border surrounding each slice.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
The border color of the node cards.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The color of the border surrounding each slice.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The color of the border surrounding each slice.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The color of the border surrounding each tree map item.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The color of the border of each waterfall column.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
The color of the border surrounding each column or bar.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the color of the outer chart border.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
Sets the color of the tooltip border.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
Can set a borderColor of the rectangle representing the target.
setBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Tooltip
The color of the tooltip border.
setBorderDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.Level
Set the dash style of the border of all the point which lies on the level.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The border radius in pixels for the data label.
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.DataLabels
The border radius in pixels for the data label.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The border radius in pixels for the data label.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The border radius in pixels for the data 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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
The border radius of the node cards.
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.PlotOptionsXrange
The corner radius of the border surrounding each column or bar.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the corner radius of the outer chart border.
setBorderRadius(Number) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
Sets the border radius of tooltips
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.AbstractDataLabels
The border width in pixels for the data label.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.AxisGrid
Set border width of the label grid lines.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the width of the border
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The pixel width of the outer chart border.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.CrosshairLabel
The border width for the crosshair label.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The border width in pixels for the data label.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The border width in pixels for the data label.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The border width in pixels for the data label.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Dial
The width of the gauge dial border in pixels.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The width of the drawn border around the legend.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Level
Can set the borderWidth on all points which lies on the same level.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Pivot
The border or stroke width of the pivot.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
Border width for the plot band.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The width of the border surrounding each slice.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
The width of the border surrounding each slice.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The width of the border surrounding each slice.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
The width of the border surrounding each column or bar.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the pixel width of the outer chart border.
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
Sets the width of the border of tooltips
setBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
Can set the borderWidth of the rectangle representing the target.
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.
setBoxplot(PlotOptionsBoxplot) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.BOXPLOT charts
setBreadcrumbs(Breadcrumbs) - Method in class com.vaadin.flow.component.charts.model.Drilldown
Options for the breadcrumbs, the navigation at the top leading the way up through the drilldown levels.
setBreadcrumbs(Breadcrumbs) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Options for the breadcrumbs, the navigation at the top leading the way up through the traversed levels.
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.
setBrightness(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
How much to brighten the point on interaction.
setBubble(PlotOptionsBubble) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.BUBBLE charts
setBullet(PlotOptionsBullet) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.BULLET charts
setButton(MouseEventDetails.MouseButton) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setButtonArrowColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of the small arrow inside the scrollbar buttons.
setButtonBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of scrollbar buttons.
setButtonBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The color of the border of the scrollbar buttons.
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.Breadcrumbs
Sets the space between individual breadcrumb buttons in pixels.
setButtonSpacing(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
Sets the spacing between the context button and other exporting buttons.
setButtonSpacing(Number) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The space in pixels between the buttons in the range selector.
setButtonTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets theme options for the breadcrumb buttons.
setButtonTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
A collection of attributes for the buttons.
setCallback(String) - Method in class com.vaadin.flow.component.charts.model.Condition
 
setCandlestick(PlotOptionsCandlestick) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.CANDLESTICK charts
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.
setCellHeight(Number) - Method in class com.vaadin.flow.component.charts.model.AxisGrid
Set cell height for grid axis labels.
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[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
The center of the series.
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[]) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
The center of the series.
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.Pane
 
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
 
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
setCenter(String, String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
 
setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
When true, the columns will center in the category, ignoring null or missing points.
setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
When true, the columns will center in the category, ignoring null or missing points.
setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
When true, the columns will center in the category, ignoring null or missing points.
setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
When true, the columns will center in the category, ignoring null or missing points.
setCenterInCategory(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
When true, the columns will center in the category, ignoring null or missing points.
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.
setChart(ChartStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new chart style
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.Background
The class name for this background.
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.DragHandle
The class name of the drag handles.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
CSS class name of the guide box in this state.
setClassName(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
An additional, individual class name for the data point's graphic representation.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
An additional 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.PlotOptionsSankey
An additional 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.PlotOptionsTimeline
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.PlotOptionsXrange
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.style.ChartStyle
Sets the CSS class name to apply to the container DIV around the chart, allowing unique CSS styling for each chart.
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
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Disable this option to allow series rendering in the whole plotting area.
setClip(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Disable this option to allow series rendering in the whole plotting area.
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
setCollapsed(Boolean) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Whether the grid node belonging to this point should start as collapsed.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
The text color for the data labels.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the individual color for the point.
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.Crosshair
The color of the crosshair.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The text color for the data labels.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The text color for the data labels.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
The text color for the data labels.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the individual color for the point.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.DragHandle
The fill color of the drag handles.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Sets the individual color for the point.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
Guide box fill color.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
A specific color for the hovered point.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Inactive
A specific color for the hovered point.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Level
Can set a color on all points which lies on the same level.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Link
Sets the color of the link between nodes.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Node
The color of the auto generated node.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
The color for the individual link.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The color of the plot band.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotLine
The color of the line.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The main color of the bars.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The main color of the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
The main color or the series.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The main color or the series.
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.Stop
 
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.Style
Sets the color CSS attribute.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
Can set a color of the rectangle representing the target.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Top
The color of the panel.
setColor(Color) - Method in class com.vaadin.flow.component.charts.model.Zones
Defines the color of the series.
setColorAxis(Integer) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
When using dual or multiple color-axes, this number defines which color-axis the particular series is connected to.
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.OhlcOptions
When using automatic point colors pulled from the global colors or series-specific plotOptions.column.colors collections, 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.PlotOptionsBullet
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.PlotOptionsCandlestick
When using automatic point colors pulled from the global colors or series-specific plotOptions.column.colors collections, 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.PlotOptionsGantt
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.PlotOptionsOrganization
 
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
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.PlotOptionsSolidgauge
Whether to give each point an individual color.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
Defaults to true
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.
setColorByPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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.GanttSeriesItem
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.Node
The color index of the auto generated node, especially for use in styled mode.
setColorIndex(Number) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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}.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Determines what data value should be used to calculate point color if colorAxis is used.
setColorKey(String) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Determines what data value should be used to calculate point color if colorAxis is used.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
A series specific or series type specific color set to apply instead of the theme colors when ColumnOptions.setColorByPoint(Boolean) is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
A series specific or series type specific color set to apply instead of the theme colors.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
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.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
A series specific or series type specific color set to use instead of the global colors.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
A series specific or series type specific color set to use instead of the global colors.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
A series specific or series type specific color set to apply instead of the global colors when colorByPoint is true.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
A series specific or series type specific color set to use instead of the theme colors.
setColors(Color...) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set colors of items (bars, pie sectors ...) in chart
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.
setColumn(PlotOptionsColumn) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.COLUMN charts
setColumn(Number) - Method in class com.vaadin.flow.component.charts.model.Node
An optional column index of where to place the node.
setColumnrange(PlotOptionsColumnrange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.COLUMNRANGE charts
setColumns(List<XAxis>) - Method in class com.vaadin.flow.component.charts.model.AxisGrid
Set specific options for each column (or row for horizontal axes) in the grid.
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.
setCompleted(Completed) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Progress indicator of how much of the task is completed.
setCompleted(Number) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Progress indicator of how much of the task is completed.
setCondition(Condition) - Method in class com.vaadin.flow.component.charts.model.Rules
Under which conditions the rule applies.
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.Chart
 
setConfiguration(Configuration) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
 
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.
setConnectEnds(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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.
setConnectNulls(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
 
setConnectorColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The color of the line connecting the data label to the pie slice.
setConnectorColor(Color) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The color of the line connecting the data label to the pie slice.
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.
setConnectors(ChartConnectors) - Method in class com.vaadin.flow.component.charts.model.Configuration
The Pathfinder module allows you to define connections between any two points, represented as lines - optionally with markers for the start and/or end points.
setConnectors(SeriesConnectors) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Override Pathfinder connector options for a series.
setConnectorWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabels
The width of the line connecting the data label to the pie slice.
setConnectorWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
The width of the line connecting the data label to the pie slice.
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.
setCredits(Credits) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style for credits
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
When true, each point or 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.ColumnOptions
When true, each point or 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.GaugeOptions
When true, each point or 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.PlotOptionsArea
When true, each point or 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.PlotOptionsArearange
When true, each point or 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.PlotOptionsAreaspline
When true, each point or 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.PlotOptionsAreasplinerange
When true, each point or 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.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.PlotOptionsBubble
When true, each point or 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.PlotOptionsBullet
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.PlotOptionsFlags
When true, each point or 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.PlotOptionsFunnel
When true, each point or 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.PlotOptionsGauge
When true, each point or 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.PlotOptionsLine
When true, each point or 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.PlotOptionsPie
When true, each point or 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.PlotOptionsPolygon
When true, each point or 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.PlotOptionsPyramid
When true, each point or 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.PlotOptionsScatter
When true, each point or 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.PlotOptionsSeries
When true, each point or 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.PlotOptionsSolidgauge
When true, each point or 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.PlotOptionsSpline
When true, each point or 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.PlotOptionsTimeline
When true, each point or 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.
setCrisp(Boolean) - Method in class com.vaadin.flow.component.charts.model.PointOptions
When true, each point or 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.PyramidOptions
When true, each point or 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.PlotOptionsBullet
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.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
 
setCurrentDateIndicator(PlotLine) - Method in class com.vaadin.flow.component.charts.model.XAxis
Supported only in Gantt charts: Show an indicator on the axis for the current date and time.
setCurrentDateIndicator(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Supported only in Gantt charts: Show an indicator on the axis for the current date and time.
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(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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setCursor(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItem
Sets the cursor CSS attribute to be shown on mouse over
setCursor(String) - Method in class com.vaadin.flow.component.charts.model.DragHandle
The mouse cursor to use for the drag handles.
setCursor(String) - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
Guide box cursor.
setCursor(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
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.PlotOptionsSankey
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.
setCurveFactor(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Higher numbers makes the links in a sankey diagram more curved.
setCustom(AbstractConfigurationObject) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
A reserved subspace to store options and values for customized functionality.
setCustom(AbstractConfigurationObject) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
A reserved subspace to store options and values for customized functionality.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
Set the default dash style for this chart's connecting lines.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.Crosshair
The dash style for the crosshair.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotLine
The dashing or dot style for the plot line.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Name of the dash style to use for the graph, or for some series types the outline of each shape.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Name of the dash style to use for the graph, or for some series types the outline of each shape.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
A name for the dash style to use for the line connecting the columns of the waterfall series.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PointOptions
A name for the dash style to use for the graph.
setDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.Zones
A name for the dash style to use for the graph.
setData(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.ListSeries
Sets the values in the list series to the ones provided.
setData(Number[]...) - Method in class com.vaadin.flow.component.charts.model.HeatSeries
Sets the numeric data for this series.
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[], Color[]) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data entries, first clearing the old ones.
setData(Collection<GanttSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.GanttSeries
Set the list of GanttSeriesItem in this series.
setData(Collection<TreeSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.TreeSeries
Set the list of TreeSeriesItem in this series.
setData(List<DataSeriesItem>) - Method in class com.vaadin.flow.component.charts.model.DataSeries
Sets the data to the provided list of data items.
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.
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.Node
Individual data label for each node.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
Individual data label for each point.
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(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Options for the series data labels, appearing next to each data point.
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.PlotOptionsBullet
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(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.PlotOptionsOrganization
Options for the data labels appearing on top of the nodes and links.
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
 
setDataLabels(DataLabels) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Options for the data labels appearing on top of the nodes and links.
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.PlotOptionsFunnel
 
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
 
setDataLabels(DataLabelsFunnel) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Specific data labels configuration for a series type
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Extended data labels for range series types.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Extended data labels for range series types.
setDataLabels(DataLabelsRange) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Extended data labels for range series types.
setDataLabels(ArrayList<DataLabels>) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Options for the series data labels, appearing next to each data point.
setDataLabelsDefaults(AbstractDataLabels) - Method in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
setDataLabelsDefaults(AbstractDataLabels) - Method in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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.
setDefaultState(GuideBoxDefaultState) - Method in class com.vaadin.flow.component.charts.model.GuideBox
Style options for the guide box default state.
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.
setDependencies(List<GanttSeriesItemDependency>) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Dependencies on another tasks (points) in the Gantt chart.
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.PlotOptionsBullet
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.DataSeriesItem
Requires Accessibility module
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
The description of event.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
A description of the point to add to the screen reader information about the point.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.Node
The job description for the node card, will be inserted by the default dataLabel.nodeFormatter.
setDescription(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
A description of the point to add to the screen reader information about the point.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.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.PlotOptionsSankey
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.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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setDragDrop(DragDrop) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
The DragDrop options allows points to be moved around or modified in the chart.
setDraggableEnd(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Supported only in Gantt chart: Allow end value to be dragged individually.
setDraggableStart(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Supported only in Gantt chart: Allow start value to be dragged individually.
setDraggableX(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Enable dragging in the X dimension.
setDraggableX1(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Allow X1 value to be dragged individually.
setDraggableX2(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Allow X2 value to be dragged individually.
setDraggableY(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Enable dragging in the Y dimension.
setDragHandle(DragHandle) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Options for the drag handles.
setDragMaxX(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Set the maximum X value the points can be moved to.
setDragMaxY(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Set the maximum Y value the points can be moved to.
setDragMinX(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Set the minimum X value the points can be moved to.
setDragMinY(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Set the minimum Y value the points can be moved to.
setDragPrecisionX(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
The X precision value to drag to for this series.
setDragPrecisionY(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
The Y precision value to drag to for this series.
setDragSensitivity(Number) - Method in class com.vaadin.flow.component.charts.model.DragDrop
The amount of pixels to drag the pointer before it counts as a drag operation.
setDrilldownCallback(DrilldownCallback) - Method in class com.vaadin.flow.component.charts.Chart
 
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
3D columns only.
setEdgeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
3D columns only.
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.PlotOptionsBullet
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.AxisGrid
Enable grid on the axis labels.
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.ChartConnectors
Enable connectors for this chart.
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.Inactive
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.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
Enable zooming with mouse wheel.
setEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
Defines whether the reset button is visible.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setEnd(Instant) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
The end time of a task.
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.
setEndMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
Marker options specific to the end markers for this chart's Pathfinder connectors.
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
 
setErrorbar(PlotOptionsErrorbar) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.ERRORBAR charts
setExporting(Exporting) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the exporting module settings.
setExporting(Boolean) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets whether to enable exporting
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.PlotOptionsTimeline
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(Number, Number, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Sets the extremes at runtime.
setExtremes(Number, Number, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Run-time modification of the axis extremes.
setExtremes(Instant, Instant) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Instant.
setExtremes(Instant, Instant, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Instant.
setExtremes(Instant, Instant, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum and maximum value of the axis as Instant.
setExtremes(Date, Date) - Method in class com.vaadin.flow.component.charts.model.Axis
Deprecated, for removal: This API element is subject to removal in a future version.
setExtremes(Date, Date, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Deprecated, for removal: This API element is subject to removal in a future version.
setExtremes(Date, Date, boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.Axis
Deprecated, for removal: This API element is subject to removal in a future version.
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.
setFill(Color) - Method in class com.vaadin.flow.component.charts.model.Attributes
SVG fill attribute
setFill(Color) - Method in class com.vaadin.flow.component.charts.model.Completed
The fill of the progress indicator.
setFill(Color) - Method in class com.vaadin.flow.component.charts.model.ItemPartialFill
The fill color to be used for partial fills.
setFill(Color) - Method in class com.vaadin.flow.component.charts.model.PartialFill
The fill color to be used for partial fills.
setFill(Color) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Fill color or gradient for the area.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
The fill color of the marker in hover state.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Marker
The fill color of the point marker.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Fill color or gradient for the area.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Fill color or gradient for the area.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Fill color or gradient for the area.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Fill color or gradient for the area.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The fill color of the box.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Select
The fill color of the point marker.
setFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.Zones
Defines the fill color for the series (in area type series)
setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Fill opacity for the area.
setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Fill opacity for the area.
setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Fill opacity for the area.
setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Fill opacity for the area.
setFillOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Fill opacity for the area.
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.PlotOptionsBullet
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.
setFlags(PlotOptionsFlags) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.FLAGS charts
setFloating(Boolean) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets whether the breadcrumbs should float above the chart.
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.style.TooltipStyle
 
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.Style
Sets the font-family CSS attribute.
setFontSize(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
Sets the font-size CSS attribute.
setFontWeight(FontWeight) - Method in class com.vaadin.flow.component.charts.model.style.Style
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.Breadcrumbs
Sets the format string for the breadcrumb text.
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.Breadcrumbs
Sets a custom JavaScript formatter function for breadcrumb text.
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(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
The point where the break starts.
setFrom(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The start position of the plot band in axis units.
setFrom(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
 
setFrom(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotBand
 
setFunnel(PlotOptionsFunnel) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.FUNNEL charts
setGantt(PlotOptionsGantt) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.GANTT charts
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.
setGapSize(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
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.PlotOptionsTimeline
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.
setGauge(PlotOptionsGauge) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.GAUGE charts
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.PlotOptionsBullet
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.
setGrid(AxisGrid) - Method in class com.vaadin.flow.component.charts.model.XAxis
Set grid options for the axis labels.
setGrid(AxisGrid) - Method in class com.vaadin.flow.component.charts.model.YAxis
Set grid options for the axis labels.
setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the color of the grid lines extending the ticks across the plot area.
setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
Color of the grid lines extending the ticks across the plot area.
setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
Color of the grid lines extending the ticks across the plot area.
setGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Color of the grid lines extending the ticks across the plot area.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.XAxis
The dash or dot style of the grid lines.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.YAxis
The dash or dot style of the grid lines.
setGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The dash or dot style of the grid lines.
setGridLineInterpolation(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
Polar charts only.
setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the width of the grid lines extending the ticks across the plot area.
setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The width of the grid lines extending the ticks across the plot area.
setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The width of the grid lines extending the ticks across the plot area.
setGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The width of the grid lines extending the ticks across the plot area.
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.
setGroupBy(String) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Group the points by a property.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.
setGrouping(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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.PlotOptionsBullet
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.PlotOptionsGantt
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.
setGroupPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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.PlotOptionsBullet
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.
setGuideBox(GuideBox) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Style options for the guide box.
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.
setHandles(Handles) - Method in class com.vaadin.flow.component.charts.model.Navigator
Options for the handles for dragging the zoomed area.
setHangingIndent(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
The indentation in pixels of hanging nodes, nodes which parent has layout set to hanging.
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.
setHeatmap(PlotOptionsHeatmap) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.HEATMAP charts
setHeight(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
Pixel height of the buttons.
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(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.ChartModel
An explicit height for the chart.
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(String) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
The height of the rectangle representing the target.
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
The appearance of the other marker or data point when hover.
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.Items
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.GanttSeriesItem
An id for the point.
setId(String) - Method in class com.vaadin.flow.component.charts.model.Node
The id of the auto-generated node, referring to the from or to setting of the link.
setId(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
An 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.PlotOptionsFunnel
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.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.PlotOptionsPyramid
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.PlotOptionsTimeline
Defaults to true
setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
Whether to ignore hidden points when the layout algorithm runs.
setIgnoreHiddenPoint(Boolean) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
This option tells whether the series shall be redrawn as if the hidden point were null.
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.
setImage(String) - Method in class com.vaadin.flow.component.charts.model.Node
An image for the node card, will be inserted by the default dataLabel.nodeFormatter.
setInactive(Inactive) - Method in class com.vaadin.flow.component.charts.model.States
The appearance of the other data points when one is hovered.
setInactiveColor(Color) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
The color of the inactive up or down arrow in the legend page navigation. .
setInactiveOtherPoints(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Highlight only the hovered point and fade the remaining points.
setIncludeInDataExport(Boolean) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
When set to false will prevent the series data from being included in any form of data export.
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. "110%".
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.
setInputBoxBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
The border color of the date input boxes.
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.
setInputStyle(Style) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
CSS for the HTML inputs in the range selector.
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.
setInside(Boolean) - Method in class com.vaadin.flow.component.charts.model.Marker
Supported only in Gantt charts: Whether to draw the markers inside the points.
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.
setItemHiddenStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Legend
CSS styles for each legend item when the corresponding series or point is hidden.
setItemHoverStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Legend
CSS styles for each legend item in hover mode.
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.
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
setItemStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Legend
CSS styles for each legend item.
setItemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
The width for each legend item.
setKey(PanKey) - Method in class com.vaadin.flow.component.charts.model.Zooming
Set a key to hold when dragging to zoom the chart.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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
setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
setLabel(Label) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
setLabel(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
The label of event.
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
 
setLabelrank(Number) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
The rank for this point's data label in case of collision.
setLabelrank(Number) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
The rank for this point's data label in case of collision.
setLabels(AnnotationItemLabel...) - Method in class com.vaadin.flow.component.charts.model.AnnotationItem
Sets labels that can be positioned anywhere in the chart area.
setLabels(AnnotationItemLabel...) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets labels that can be positioned anywhere in the chart area
setLabels(Labels) - Method in class com.vaadin.flow.component.charts.model.Axis
The axis labels show the number or category for each tick.
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.
setLabels(Style) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the style for labels
setLabels(Style) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style of labels
setLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Loading
CSS styles for the loading label span.
setLabelStyle(Style) - Method in class com.vaadin.flow.component.charts.model.RangeSelector
CSS styles for the labels - the Zoom, From and To texts.
setLang(Lang) - Method in class com.vaadin.flow.component.charts.ChartOptions
Changes the language of all charts.
setLayout(LayoutDirection) - Method in class com.vaadin.flow.component.charts.model.Legend
The layout of the legend items.
setLayout(NodeLayout) - Method in class com.vaadin.flow.component.charts.model.Node
Layout for the node's children.
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.Style
Sets the left CSS attribute
setLegend(Legend) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the legend.
setLegend(LegendStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style 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.PlotOptionsBullet
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.PlotOptionsTimeline
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.
setLegendType(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
Defaults to point</>.
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.
setLevel(Number) - Method in class com.vaadin.flow.component.charts.model.Node
An optional level index of where to place the node.
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.PlotOptionsOrganization
Set options on specific levels.
setLevels(Level...) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Set options on specific levels.
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.
setLine(PlotOptionsLine) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.LINE charts
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.
setLinecap(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
The line cap used for line ends and line joins on the graph.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A separate color for the graph line.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Axis
The color of the line marking the axis itself.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
Set the default color for this chart's Pathfinder connecting lines.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.DragHandle
The line color of the drag handles.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
Color of the border around the guide box.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Hover
The color of the point marker's outline.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Marker
The color of the point marker's outline.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
A separate color for the graph line.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
A separate color for the graph line.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
A separate color for the graph line.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
A separate color for the graph line.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The color of the line/border of the candlestick.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The color of the line/border of the flag.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The color of the line that connects columns in a waterfall series.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Select
The color of the point marker's outline.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the color of the line marking the axis itself.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.MarkerStyle
Sets the color of the point marker's outline.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
The color of the line marking the axis itself.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
The color of the line marking the axis itself.
setLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The color of the line marking the axis itself.
setLineHeight(Number) - Method in class com.vaadin.flow.component.charts.model.Legend
Deprecated, for removal: This API element is subject to removal in a future version.
Use Style#setLineHeight(String) instead.
setLineHeight(String) - Method in class com.vaadin.flow.component.charts.model.style.Style
Sets the line-height CSS attribute
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The width of the line marking the axis itself.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
Set the default pixel width for this chart's Pathfinder connecting lines.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.DragHandle
The line width for the drag handles.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
Width of the line around the guide box.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Link
Sets the line width of the link connecting nodes, in pixels.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Marker
The width of the point marker's outline.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
The pixel width of the candlestick line/border.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Pixel width of the arearange graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Pixel width of the arearange graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The width of the line surrounding the box.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
The width of the line connecting the data points.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The pixel width of the candlestick line/border.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The width of the line surrounding the box.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The pixel width of the candlestick line/border.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The pixel width of the line/border.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
The width of the line connecting the data points.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The width of the line connecting the data points.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Pixel with of the graph line.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The width of the line connecting waterfall columns.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The width of the line connecting the data points.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Select
The width of the point marker's outline.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the width of the line marking the axis itself.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The width of the line marking the axis itself.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The width of the line marking the axis itself.
setLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The width of the line marking the axis itself.
setLineWidthPlus(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
The additional line width for the graph of a hovered series.
setLink(Link) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Link styling options.
setLinkColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Deprecated, for removal: This API element is subject to removal in a future version.
setLinkedTo(XAxis) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setLinkedTo(YAxis) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setLinkedTo(ZAxis) - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
Index of another axis that this axis is linked to.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Index of another axis that this axis is linked to.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Index of another axis that this axis is linked to.
setLinkedTo(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Index of another axis that this axis is linked to.
setLinkedTo(String) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The ID of another series to link 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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setLinkLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Deprecated, for removal: This API element is subject to removal in a future version.
setLinkOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Opacity for the links between nodes in the sankey diagram.
setLinkOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Opacity for the links between nodes in the sankey diagram.
setLinkRadius(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Deprecated, for removal: This API element is subject to removal in a future version.
setLiveRedraw(Boolean) - Method in class com.vaadin.flow.component.charts.model.DragDrop
Update points as they are dragged.
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) - 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.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
If there are multiple axes on the same side of the chart, the pixel margin between the axes.
setMargin(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
If there are multiple axes on the same side of the chart, the pixel margin between the axes.
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
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.ConnectorStyle
Marker options for this chart's Pathfinder connectors.
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.PlotOptionsTimeline
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.
setMaskFill(Color) - Method in class com.vaadin.flow.component.charts.model.Navigator
The color of the mask covering the areas of the navigator series that are currently not visible in the main 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(Instant) - Method in class com.vaadin.flow.component.charts.model.Axis
The maximum value of the axis as Instant.
setMaxColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
Solid gauge only.
setMaxColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
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.PlotOptionsBullet
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.PlotOptionsGantt
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.
setMaxPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
The maximum allowed pixel width for a column, translated to the height of a bar in a bar chart.
setMaxRange(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Maximum range which can be set using the navigator's handles.
setMaxRange(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Maximum range which can be set using the navigator's handles.
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.
setMedianColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The color of the median line.
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.
setMenuItemHoverStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Navigation
CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.
setMenuItems(ContextButtonMenuItem[]) - Method in class com.vaadin.flow.component.charts.model.ContextButton
A collection of config options for the menu items.
setMenuItemStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Navigation
CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.
setMenuStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Navigation
CSS styles for the popup menu appearing by default when the export icon is clicked.
setMetaKey(boolean) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
setMilestone(Boolean) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
Whether this point is a milestone.
setMin(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum value of the axis.
setMin(Instant) - Method in class com.vaadin.flow.component.charts.model.Axis
The minimum value of the axis as Instant.
setMinColor(Color) - Method in class com.vaadin.flow.component.charts.model.ColorAxis
Solid gauge only.
setMinColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
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.
setMinLinkWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
The minimal width for a line of a sankey.
setMinLinkWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
The minimal width for a line of a sankey.
setMinorGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
Color of the minor, secondary grid lines.
setMinorGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
Color of the minor, secondary grid lines.
setMinorGridLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Color of the minor, secondary grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.XAxis
The dash or dot style of the minor grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.YAxis
The dash or dot style of the minor grid lines.
setMinorGridLineDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The dash or dot style of the minor grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
Width of the minor, secondary grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Width of the minor, secondary grid lines.
setMinorGridLineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Width of the minor, secondary grid lines.
setMinorTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
Color for the minor tick marks.
setMinorTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
Color for the minor tick marks.
setMinorTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Color for the minor tick marks.
setMinorTickInterval(TickIntervalStyle) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the tick interval in scale units for the minor ticks.
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.
setMinorTicks(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Enable or disable minor ticks.
setMinorTicks(Boolean) - Method in class com.vaadin.flow.component.charts.model.YAxis
Enable or disable minor ticks.
setMinorTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The pixel width of the minor tick mark.
setMinorTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The pixel width of the minor tick mark.
setMinorTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The pixel width of the minor tick mark.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.
setMinPointLength(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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(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.
setMinSize(String) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Minimum bubble size.
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.
setMouseWheel(ZoomingMouseWheel) - Method in class com.vaadin.flow.component.charts.model.Zooming
Configuration for mouse wheel zoom.
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 class com.vaadin.flow.component.charts.model.GanttSeriesItem
The name of a task.
setName(String) - Method in class com.vaadin.flow.component.charts.model.Node
The name to display for the node in data labels and tooltips.
setName(String) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
The name of the point as shown in the legend, tooltip, dataLabels, 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(LegendNavigation) - Method in class com.vaadin.flow.component.charts.model.Legend
Options for the paging or navigation appearing when the legend is overflown.
setNavigation(Navigation) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set options for buttons and menus appearing in the exporting module.
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.PlotOptionsTimeline
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(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
When a point's Z value is below the zThreshold setting, this color is used.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
The color for the parts of the graph or points that are below the threshold.
setNegativeColor(Color) - Method in class com.vaadin.flow.component.charts.model.PointOptions
The color for the parts of the graph or points that are below the threshold.
setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
A separate color for the negative part of the area.
setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
A separate color for the negative part of the area.
setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
A separate color for the negative part of the area.
setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
A separate color for the negative part of the area.
setNegativeFillColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
A separate color for the negative part of the area.
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.
setNodePadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
The padding between nodes in a sankey diagram or dependency wheel, in pixels.
setNodePadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
The padding between nodes in a sankey diagram or dependency wheel, in pixels.
setNodeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
In a horizontal chart, the width of the nodes in pixels.
setNodeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
The pixel width of each node in a sankey diagram or dependency wheel, or the height in case the chart is inverted.
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.
setOffset(String) - Method in class com.vaadin.flow.component.charts.model.Node
In a horizontal layout, the vertical offset of a node in terms of weight.
setOhlc(PlotOptionsOhlc) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.OHLC charts
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.AreaOptions
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.GaugeOptions
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.Halo
Opacity for the halo unless a specific fill is overridden using the attributes setting.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.Hover
The opacity of a point in treemap.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.Inactive
The opacity of a point in treemap.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPie
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
Opacity for the nodes in the sankey diagram.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
The opacity of a point in treemap.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PointOptions
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
setOpacity(Number) - Method in class com.vaadin.flow.component.charts.model.PyramidOptions
Opacity of a series parts: line, fill (e.g. area) and dataLabels.
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.
setOrganization(PlotOptionsOrganization) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.ORGANIZATION charts
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. "110%".
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.
setOutgoing(Boolean) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
Whether the link goes out of the system.
setOutlineColor(Color) - Method in class com.vaadin.flow.component.charts.model.Navigator
The color of the line marking the currently zoomed area in the navigator.
setOutlineWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Navigator
The width of the line marking the currently zoomed area in the navigator.
setOutside(Boolean) - Method in class com.vaadin.flow.component.charts.model.Tooltip
Whether to allow the tooltip to render outside the chart's SVG element box.
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(Pane) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setPane(Pane) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setPane(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setPane(Number) - 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.
setPanningEnabled(Boolean) - Method in class com.vaadin.flow.component.charts.model.XAxis
Whether to pan axis.
setParent(TreeSeriesItem) - Method in class com.vaadin.flow.component.charts.model.TreeSeriesItem
Set the parent of this node.
setParent(String) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
The ID of the parent point (task) of this point in Gantt charts.
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.
setPartialFill(ItemPartialFill) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Partial fill configuration for series points, typically used to visualize how much of a task is performed.
setPartialFill(PartialFill) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGantt
Partial fill configuration for series points, typically used to visualize how much of a task is performed.
setPartialFill(PartialFill) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
Partial fill configuration for series points, typically used to visualize how much of a task is performed.
setPartialFill(TargetOptions) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
Individual target options for each point.
setPathFormatter(String) - Method in class com.vaadin.flow.component.charts.model.DragHandle
Function to define the SVG path to use for the drag handles.
setPie(PlotOptionsPie) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.PIE charts
setPinchType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Equivalent to zoomType, but for multitouch gestures only.
setPinchType(Dimension) - Method in class com.vaadin.flow.component.charts.model.Zooming
Equivalent to type, but for pinch gestures.
setPivot(Pivot) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsGauge
Options for the pivot or the center point of the gauge.
setPlotBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The background color or gradient for the plot area.
setPlotBackgroundColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the background color of the plot area.
setPlotBackgroundImage(String) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The URL for an image to use as the plot background.
setPlotBackgroundImage(String) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the background of the plot to an image specified by the provided URL.
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.
setPlotBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The color of the inner chart or plot area border.
setPlotBorderColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the color of the outer chart border.
setPlotBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The pixel width of the plot area border.
setPlotBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets the pixel width of the plot area border.
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 interface com.vaadin.flow.component.charts.model.Series
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(PlotOptionsStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style of plot
setPlotShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Whether to apply a drop shadow to the plot area.
setPlotShadow(Boolean) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets whether to apply a drop shadow to the plot area.
setPoint(AnnotationItemLabelPoint) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
Sets the AnnotationItemLabelPoint that contains the coordinate data for the label
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.PlotOptionsBullet
 
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.PlotOptionsGantt
 
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.PlotOptionsTimeline
 
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.PlotOptionsXrange
 
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.PlotOptionsBullet
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.PlotOptionsBullet
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.PlotOptionsBullet
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.PlotOptionsGantt
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.
setPointPadding(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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.PlotOptionsBullet
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.PlotOptionsBullet
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.PlotOptionsTimeline
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(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(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(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(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(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(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(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(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(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(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
If no x values are given for the points in a series, pointStart defines on what value to start.
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(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(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(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(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(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(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(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(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(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(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(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(Instant) - Method in class com.vaadin.flow.component.charts.model.AreaOptions
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.ColumnOptions
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.OhlcOptions
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArea
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsArearange
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBar
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBubble
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumn
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsLine
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsScatter
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSeries
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSpline
 
setPointStart(Instant) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
 
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.PlotOptionsBullet
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.PlotOptionsGantt
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.
setPointWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsXrange
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.
setPolygon(PlotOptionsPolygon) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.POLYGON charts
setPosition(float) - Method in class com.vaadin.flow.component.charts.model.Stop
 
setPosition(BreadcrumbsPosition) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets positioning options for the breadcrumbs navigation.
setPosition(HorizontalAlign) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Aligns data labels relative to points.
setPosition(Position) - Method in class com.vaadin.flow.component.charts.model.Credits
Position configuration for the credits label.
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(Position) - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
The position of the button.
setPosition(StylePosition) - Method in class com.vaadin.flow.component.charts.model.style.Style
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.
setPyramid(PlotOptionsPyramid) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.PYRAMID charts
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.Link
Radius for the rounded corners of the links between nodes.
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.
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.
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(ButtonRelativeTo) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets what box to align the breadcrumbs to.
setRelativeTo(ButtonRelativeTo) - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
What frame the button placement should be related 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.
setResetButton(ZoomingResetButton) - Method in class com.vaadin.flow.component.charts.model.Zooming
The button that appears after a selection zoom, allowing the user to reset zoom.
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.SeriesConnectorAnimation
Defaults to true.
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. 0 is horizontal, 270 is vertical reading from bottom to top.
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(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.
setRotation(String) - Method in class com.vaadin.flow.component.charts.model.Labels
 
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.Breadcrumbs
Sets whether to use right-to-left text direction.
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.
setScatter(PlotOptionsScatter) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.SCATTER charts
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.NodeSeriesItem
Whether the data point is selected 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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setSelectionMarkerFill(Color) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The background color of the marker square when selecting (zooming in on) an area of the chart.
setSensitivity(Number) - Method in class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
Adjust the sensitivity of the mouse wheel.
setSeparator(Separator) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets the separator configuration for breadcrumbs, which defines the visual separator between breadcrumb items.
setSeries(AbstractPlotOptions) - Method in class com.vaadin.flow.component.charts.model.Navigator
Options for the navigator series.
setSeries(PlotOptionsSeries) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for all type of charts
setSeries(Series...) - Method in class com.vaadin.flow.component.charts.model.Configuration
 
setSeries(List<Series>) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the actual series to append to the chart.
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.ChartModel
Whether to apply a drop shadow to the outer chart area.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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(BackgroundShape) - Method in class com.vaadin.flow.component.charts.model.Background
Sets the current shape of the background.
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.AbstractDataLabels
The name of a symbol to use for the border around the label.
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(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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setShowFullPath(Boolean) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets whether the full path should be shown in breadcrumbs, including all drilldown levels.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.PlotOptionsTimeline
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.
setSingleTouch(Boolean) - Method in class com.vaadin.flow.component.charts.model.Zooming
Enables zooming by a single touch, in combination with Zooming.getType().
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(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.
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.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.PlotOptionsBullet
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.
setSolidgauge(PlotOptionsSolidgauge) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.SOLIDGAUGE charts
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).
setSpline(PlotOptionsSpline) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.SPLINE charts
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.PlotOptionsBullet
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.
setStart(Instant) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
The start time of a task.
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.
setStartMarker(Marker) - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
Marker options specific to the start markers for this chart's Pathfinder connectors.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.Axis
For datetime axes, this decides where to put the tick between weeks. 0 = Sunday, 1 = Monday.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
For datetime axes, this decides where to put the tick between weeks. 0 = Sunday, 1 = Monday.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
For datetime axes, this decides where to put the tick between weeks. 0 = Sunday, 1 = Monday.
setStartOfWeek(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
For datetime axes, this decides where to put the tick between weeks. 0 = Sunday, 1 = Monday.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
 
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.PlotOptionsSankey
 
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setStaticScale(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
Supported only in Gantt charts: For vertical axes only.
setStemColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The color of the stem, the vertical line extending from the box to the whiskers.
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.
setStemDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The dash style of the stem, the vertical line extending from the box to the whiskers.
setStemDashStyle(DashStyle) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The dash style of the stem, the vertical line extending from the box to the whiskers.
setStemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The width of the stem, the vertical line extending from the box to the whiskers.
setStemWidth(Number) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
The width of the stem, the vertical line extending from the box to the whiskers.
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.
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.
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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
 
setStroke(Color) - Method in class com.vaadin.flow.component.charts.model.Attributes
SVG stroke attribute
setStroke(Color) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Attributes
SVG stroke-width attribute
setStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.AbstractDataLabels
Styles for the label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
Sets the label style options
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.AxisTitle
CSS styles for the title.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets the CSS styles for the breadcrumb text.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Additional CSS styles to apply inline to the container div.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Credits
CSS styles for the credits label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.DataLabels
Styles for the label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.DataLabelsFunnel
Styles for the label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.DataLabelsRange
Styles for the label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Items
CSS styles for each label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Label
CSS styles for the text label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Labels
CSS styles for the label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.LegendNavigation
Text styles for the legend page navigation.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.LegendTitle
Generic CSS styles for the legend title.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Loading
CSS styles for the loading screen that covers the plot area.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.NoData
CSS styles for the no-data label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsFlags
The text styles of the flag.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Separator
Sets the style options for the separator text.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.StackLabels
CSS styles for the label.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.ChartStyle
Sets additional CSS styles to apply inline to the container div.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.StyleWrapper
Set the style object
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.style.TooltipStyle
Sets the style attributes for tooltips
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Subtitle
CSS styles for the title.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Title
CSS styles for the title.
setStyle(Style) - Method in class com.vaadin.flow.component.charts.model.Tooltip
CSS styles for the tooltip.
setStyledMode(Boolean) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Whether to apply styled mode.
setSubtitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the subtitle style
setSubtitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set style of Chart subtitle
setSubTitle(Subtitle) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the chart's subtitle
setSubTitle(String) - Method in class com.vaadin.flow.component.charts.model.Configuration
Sets the subtitle to the given text
setSymbol(MarkerSymbol) - Method in class com.vaadin.flow.component.charts.model.Marker
 
setSymbol(String) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The symbol for the button.
setSymbolFill(Color) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
Fill color for the symbol within the button.
setSymbolFill(Color) - Method in class com.vaadin.flow.component.charts.model.ContextButton
See navigation.buttonOptions => symbolFill.
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.
setSymbolSize(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The pixel size of the symbol on the button.
setSymbolStroke(Color) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The color of the symbol's stroke or line.
setSymbolStroke(Color) - Method in class com.vaadin.flow.component.charts.model.ContextButton
The color of the symbol's stroke or line.
setSymbolStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ButtonOptions
The pixel stroke width of the symbol on the button.
setSymbolStrokeWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ContextButton
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.
setTarget(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
The target value of the item.
setTargetOptions(TargetOptions) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBullet
All options related with look and position of targets.
setText(String) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabel
Sets the text to be displayed
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.Separator
Sets the text used as a separator between breadcrumb items.
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.Style
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.ResetZoomButton
A collection of attributes for the button.
setTheme(ButtonTheme) - Method in class com.vaadin.flow.component.charts.model.ZoomingResetButton
A collection of attributes for the button theme.
setTheme(Theme) - Method in class com.vaadin.flow.component.charts.ChartOptions
Sets the theme to use.
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.PlotOptionsBullet
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.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.
setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.Axis
Color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.XAxis
Color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.YAxis
Color for the main tick marks.
setTickColor(Color) - Method in class com.vaadin.flow.component.charts.model.ZAxis
Color for the main tick marks.
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.
setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the pixel width of the major tick marks.
setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.XAxis
The pixel width of the major tick marks.
setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.YAxis
The pixel width of the major tick marks.
setTickWidth(Number) - Method in class com.vaadin.flow.component.charts.model.ZAxis
The pixel width of the major tick marks.
setTime(Time) - Method in class com.vaadin.flow.component.charts.model.Configuration
Set configuration for time options
setTimeline(PlotOptionsTimeline) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.TIMELINE charts
setTimeline(Boolean) - Method in class com.vaadin.flow.component.charts.Chart
Determines if the chart is in timeline mode or in normal mode.
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.
setTimezone(String) - Method in class com.vaadin.flow.component.charts.model.Time
A named time zone.
setTimezoneOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Global
The timezone offset in minutes.
setTimezoneOffset(Number) - Method in class com.vaadin.flow.component.charts.model.Time
Deprecated, for removal: This API element is subject to removal in a future version.
This property is deprecated and should not be used in new code. Use Time.setTimezone(String) instead.
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.Axis
The axis title, showing next to the axis line.
setTitle(AxisTitle) - Method in class com.vaadin.flow.component.charts.model.XAxis
The axis title, showing next to the axis line.
setTitle(AxisTitle) - 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(LegendTitle) - Method in class com.vaadin.flow.component.charts.model.Legend
A title to be added on top of the legend.
setTitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.AxisStyle
Sets the title style
setTitle(Style) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set style of Chart title
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.Axis
 
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(String) - Method in class com.vaadin.flow.component.charts.model.Node
The job title for the node card, will be inserted by the default dataLabel.nodeFormatter.
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.XAxis
 
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.YAxis
 
setTitle(String) - Method in class com.vaadin.flow.component.charts.model.ZAxis
 
setTo(Node) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
 
setTo(Number) - Method in class com.vaadin.flow.component.charts.model.Breaks
The point where the break ends.
setTo(Number) - Method in class com.vaadin.flow.component.charts.model.PlotBand
The end position of the plot band in axis units.
setTo(String) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
setTo(String) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
The ID of the point to connect to.
setTo(Instant) - Method in class com.vaadin.flow.component.charts.model.Breaks
 
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(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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setTooltip(TooltipStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style of tooltips
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(Tooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
A configuration object for the tooltip rendering of each single series.
setTooltip(Tooltip) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsSankey
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.Style
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.
setTrackBorderWidth(Number) - Method in class com.vaadin.flow.component.charts.model.Scrollbar
The width 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.
setTreemap(PlotOptionsTreemap) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.TREEMAP charts
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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsXrange
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(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.
setType(ChartType) - Method in class com.vaadin.flow.component.charts.model.ChartModel
The default series type for the chart.
setType(Dimension) - Method in class com.vaadin.flow.component.charts.model.Zooming
Decides in what dimensions the user can zoom by dragging the mouse.
setType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
Decides in what dimensions the user can zoom scrolling the wheel.
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(LinkType) - Method in class com.vaadin.flow.component.charts.model.Link
Sets the type of link shape.
setType(PathfinderType) - Method in class com.vaadin.flow.component.charts.model.ConnectorStyle
Set the default pathfinder algorithm to use for this chart.
setType(RangeSelectorTimespan) - Method in class com.vaadin.flow.component.charts.model.RangeSelectorButton
Defines the timespan for the button
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.OhlcOptions
Line color for up points.
setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The fill color of the candlestick when values are rising.
setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
Line color for up points.
setUpColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
The color used specifically for positive point columns.
setUpLineColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
The specific line color for up candle sticks.
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.AnnotationItemLabel
Whether to enable HTML parsing for the label contents
setUseHTML(Boolean) - Method in class com.vaadin.flow.component.charts.model.Breadcrumbs
Sets whether to use HTML to render the breadcrumb 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.
setUseUTC(Boolean) - Method in class com.vaadin.flow.component.charts.model.Time
Deprecated, for removal: This API element is subject to removal in a future version.
This property is deprecated and should not be used in new code. Use Time.setTimezone(String) instead.
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.Marker
Supported only in Gantt charts: Vertical alignment of the markers relative to the points.
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.
setVerticalAlign(String) - Method in class com.vaadin.flow.component.charts.model.BreadcrumbsPosition
 
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) - 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.PlotOptionsBullet
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.PlotOptionsGantt
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.PlotOptionsOrganization
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.PlotOptionsSankey
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.PlotOptionsTimeline
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.PlotOptionsXrange
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.
setVisible(Boolean, boolean) - Method in class com.vaadin.flow.component.charts.model.AbstractSeries
Control the visibility of the series.
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.
setWaterfall(PlotOptionsWaterfall) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.WATERFALL charts
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.
setWeight(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
 
setWeight(Number) - Method in class com.vaadin.flow.component.charts.model.NodeSeriesItem
The weight of the link.
setWhiskerColor(Color) - Method in class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
The color of the whiskers, the horizontal lines marking low and high values.
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.PlotOptionsBoxplot
The line width 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.Crosshair
The pixel width of the crosshair.
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(Number) - Method in class com.vaadin.flow.component.charts.model.PlotLine
The width or thickness of the plot line.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.model.style.ButtonTheme
 
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(String) - Method in class com.vaadin.flow.component.charts.model.TargetOptions
The width of the rectangle representing the target.
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.
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(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.AbstractSeriesItem
Sets the X value of this data item.
setX(Number) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
Sets the horizontal offset of the label within chart
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.BreadcrumbsPosition
 
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(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.
setX(Instant) - Method in class com.vaadin.flow.component.charts.model.AbstractSeriesItem
Sets the given instant as the x value.
setX2(Number) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Sets the X2 value of this data item.
setX2(Instant) - Method in class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
Sets the given instant as the x2 value.
setxAxis(AxisStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style of X axes
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.
setXrange(PlotOptionsXrange) - Method in class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
Sets the style options for ChartType.XRANGE charts
setxValue(double) - Method in class com.vaadin.flow.component.charts.events.MouseEventDetails
 
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.AbstractSeriesItem
Sets the Y value of this data item.
setY(Number) - Method in class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
Sets the vertical offset of the label within chart
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.BreadcrumbsPosition
 
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(Number) - Method in class com.vaadin.flow.component.charts.model.GanttSeriesItem
The Y value of a task.
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(AxisStyle) - Method in class com.vaadin.flow.component.charts.model.style.Theme
Set new style of Y axes
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(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.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.Breadcrumbs
Sets the z-index for the breadcrumbs navigation, controlling its stacking order.
setzIndex(Number) - Method in class com.vaadin.flow.component.charts.model.DragHandle
The z index for the drag handles.
setzIndex(Number) - Method in class com.vaadin.flow.component.charts.model.GuideBoxDefaultState
Guide box zIndex.
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.PlotOptionsBullet
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.PlotOptionsXrange
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.PlotOptionsBullet
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.PlotOptionsXrange
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.
setZooming(Zooming) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Options for zooming configuration.
setZoomType(Dimension) - Method in class com.vaadin.flow.component.charts.model.ChartModel
Deprecated.
Use ChartModel.setZooming(Zooming) instead. The zooming configuration provides more comprehensive zoom options including mouse wheel support.
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 Class in com.vaadin.flow.component.charts.model
The name of a symbol to use for the border around the Datalabels or Tooltip.
SHIFT - Enum constant in enum class com.vaadin.flow.component.charts.model.PanKey
 
SHORTDASH - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
SHORTDASHDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
SHORTDASHDOTDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
SHORTDOT - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
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
 
SIMPLE_CONNECT - Enum constant in enum class com.vaadin.flow.component.charts.model.PathfinderType
Finds a path between the points using right angles only.
size() - Method in class com.vaadin.flow.component.charts.model.DataSeries
 
size() - Method in class com.vaadin.flow.component.charts.model.GanttSeries
 
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
 
SLICEANDDICE - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
SNOW - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
SOLID - Enum constant in enum class com.vaadin.flow.component.charts.model.BackgroundShape
 
SOLID - Enum constant in enum class com.vaadin.flow.component.charts.model.DashStyle
 
SolidColor - Class in com.vaadin.flow.component.charts.model.style
Solid (non gradient) colors
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
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.
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
 
SPACINGBOX - Enum constant in enum class com.vaadin.flow.component.charts.model.ButtonRelativeTo
 
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
 
SQUARE - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
SQUARE - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
SQUAREPIN - Enum constant in enum class com.vaadin.flow.component.charts.model.FlagShape
 
SQUARIFIED - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
Stacking - Enum Class 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 Class in com.vaadin.flow.component.charts.model
Defines different step line types.
Stop - Class in com.vaadin.flow.component.charts.model
 
Stop(double, SolidColor) - Constructor for class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
 
Stop(float, Color) - 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
 
STRAIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.LinkType
 
STRAIGHT - Enum constant in enum class com.vaadin.flow.component.charts.model.PathfinderType
Draws a straight line between the connecting points.
STRIP - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
STRIPES - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
Style - Class in com.vaadin.flow.component.charts.model.style
Style options for CSS styling
Style() - Constructor for class com.vaadin.flow.component.charts.model.style.Style
 
StylePosition - Enum Class in com.vaadin.flow.component.charts.model.style
CSS position attribute, ABSOLUTE or RELATIVE
StyleWrapper - Class in com.vaadin.flow.component.charts.model.style
Helper class when JSON structure needs object with just style field
StyleWrapper() - Constructor for class com.vaadin.flow.component.charts.model.style.StyleWrapper
 
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
 
SUBTITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
SUBTITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 

T

TAN - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TargetOptions - Class in com.vaadin.flow.component.charts.model
Set options related with look and position of targets.
TargetOptions() - Constructor for class com.vaadin.flow.component.charts.model.TargetOptions
 
TEAL - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
TextAlign - Enum Class in com.vaadin.flow.component.charts.model
The text alignment for the label.
Theme - Class in com.vaadin.flow.component.charts.model.style
Theme class for Chart.
Theme() - Constructor for class com.vaadin.flow.component.charts.model.style.Theme
 
THISTLE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 
TickIntervalStyle - Enum Class in com.vaadin.flow.component.charts.model.style
 
TickmarkPlacement - Enum Class in com.vaadin.flow.component.charts.model
For categorized axes only.
TickPosition - Enum Class in com.vaadin.flow.component.charts.model
The position of the tick marks relative to the axis line.
Time - Class in com.vaadin.flow.component.charts.model
These settings affect how datetime axes are laid out, how tooltips are formatted, how series pointIntervalUnit works and how the Highstock range selector handles time.
Time() - Constructor for class com.vaadin.flow.component.charts.model.Time
 
TIMELINE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
TimeUnit - Enum Class 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
 
TITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
TITLE_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
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(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
 
TOOLTIP_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
TOOLTIP_BACKGROUND_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
TOOLTIP_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
TOOLTIP_TEXT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
TooltipStyle - Class in com.vaadin.flow.component.charts.model.style
Style options for tooltips
TooltipStyle() - Constructor for class com.vaadin.flow.component.charts.model.style.TooltipStyle
 
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
 
TOP - Enum constant in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
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 class com.vaadin.flow.component.charts.model.AxisType
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.BackgroundShape
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.ButtonRelativeTo
 
toString() - Method in class com.vaadin.flow.component.charts.model.ChartType
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.Compare
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.Cursor
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.DashStyle
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.Dimension
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.ExportFileType
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.FlagShape
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.IntervalUnit
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.LayoutDirection
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.LinkType
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
toString() - Method in class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.NodeLayout
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.PanKey
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.PathfinderType
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.PointPlacement
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.Shape
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.Stacking
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.StepType
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.style.FontWeight
 
toString() - Method in class com.vaadin.flow.component.charts.model.style.SolidColor
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.style.StylePosition
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.TextAlign
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.TickPosition
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.VerticalAlign
 
toString() - Method in enum class com.vaadin.flow.component.charts.model.ZoneAxis
 
TRANSPARENT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoDarkTheme
 
TRANSPARENT_COLOR - Static variable in class com.vaadin.flow.component.charts.themes.LumoLightTheme
 
TREEMAP - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
TreeMapLayoutAlgorithm - Enum Class in com.vaadin.flow.component.charts.model
The layout algorithm used by ChartType.TREEMAP charts.
TreeMapLayoutStartingDirection - Enum Class 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, int) - 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, String) - Constructor for class com.vaadin.flow.component.charts.model.TreeSeriesItem
 
TRIANGLE - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
TRIANGLE - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
TRIANGLE_DOWN - Enum constant in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
 
TRIANGLE_DOWN - Enum constant in enum class com.vaadin.flow.component.charts.model.Shape
 
TURQUOISE - Static variable in class com.vaadin.flow.component.charts.model.style.SolidColor
 

U

unwrappingSerializer(NameTransformer) - Method in class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
 
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

VALUE - Enum constant in enum class com.vaadin.flow.component.charts.model.Compare
 
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.ChartVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.AxisDimension
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.AxisType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.BackgroundShape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ButtonRelativeTo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Compare
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Cursor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.DashStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Dimension
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ExportFileType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.FlagShape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.IntervalUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.LayoutDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.LinkType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.NodeLayout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.PanKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.PathfinderType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.PointPlacement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Shape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.Stacking
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.StepType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.style.FontWeight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.style.StylePosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TextAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TickPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TimeUnit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.VerticalAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.flow.component.charts.model.ZoneAxis
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.flow.component.charts.ChartVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.events.MouseEventDetails.MouseButton
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.AxisDimension
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.AxisType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.BackgroundShape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.ButtonRelativeTo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.Compare
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.Cursor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.DashStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.Dimension
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.ExportFileType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.FlagShape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.HorizontalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.IntervalUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.LayoutDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.LinkType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.MarkerSymbolEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.NodeLayout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.PanKey
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.PathfinderType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.PointPlacement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.ResetZoomButtonRelativeTo
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.Shape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.Stacking
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.StepType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.style.FontWeight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.style.StylePosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.style.TickIntervalStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.TextAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.TickmarkPlacement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.TickPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.TimeUnit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutAlgorithm
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.VerticalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.flow.component.charts.model.ZoneAxis
Returns an array containing the constants of this enum class, in the order they are declared.
VERTICAL - Enum constant in enum class com.vaadin.flow.component.charts.model.LayoutDirection
 
VERTICAL - Enum constant in enum class com.vaadin.flow.component.charts.model.TreeMapLayoutStartingDirection
 
VerticalAlign - Enum Class 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
 
WEEK - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
WEEK - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
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
 
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 - Enum constant in enum class com.vaadin.flow.component.charts.model.Dimension
 
X - Enum constant in enum class com.vaadin.flow.component.charts.model.ZoneAxis
 
X_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
X_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
 
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
 
XRANGE - Static variable in class com.vaadin.flow.component.charts.model.ChartType
 
XY - Enum constant in enum class com.vaadin.flow.component.charts.model.Dimension
 

Y

Y - Enum constant in enum class com.vaadin.flow.component.charts.model.Dimension
 
Y - Enum constant in enum class com.vaadin.flow.component.charts.model.ZoneAxis
 
Y_ATTRIBUTE - Static variable in class com.vaadin.flow.component.charts.model.DataProviderSeries
 
Y_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
 
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
 
YEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.IntervalUnit
 
YEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
YEAR - Enum constant in enum class com.vaadin.flow.component.charts.model.TimeUnit
 
YEAR_TO_DATE - Enum constant in enum class com.vaadin.flow.component.charts.model.RangeSelectorTimespan
 
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

Z_AXIS - Enum constant in enum class com.vaadin.flow.component.charts.model.AxisDimension
 
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 Class 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
 
Zooming - Class in com.vaadin.flow.component.charts.model
Options for zooming configuration.
Zooming() - Constructor for class com.vaadin.flow.component.charts.model.Zooming
 
ZoomingMouseWheel - Class in com.vaadin.flow.component.charts.model
Configuration for mouse wheel zoom.
ZoomingMouseWheel() - Constructor for class com.vaadin.flow.component.charts.model.ZoomingMouseWheel
 
ZoomingResetButton - Class in com.vaadin.flow.component.charts.model
The button that appears after a selection zoom, allowing the user to reset zoom.
ZoomingResetButton() - Constructor for class com.vaadin.flow.component.charts.model.ZoomingResetButton
 
A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form