Uses of Enum Class
com.vaadin.flow.component.charts.model.Stacking
Packages that use Stacking
-
Uses of Stacking in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return StackingModifier and TypeMethodDescriptionabstract Stacking
AreaOptions.getStacking()
PlotOptionsArea.getStacking()
PlotOptionsArearange.getStacking()
PlotOptionsAreaspline.getStacking()
PlotOptionsAreasplinerange.getStacking()
PlotOptionsBar.getStacking()
PlotOptionsBullet.getStacking()
PlotOptionsColumn.getStacking()
PlotOptionsLine.getStacking()
PlotOptionsPolygon.getStacking()
PlotOptionsScatter.getStacking()
PlotOptionsSeries.getStacking()
PlotOptionsSpline.getStacking()
abstract Stacking
PointOptions.getStacking()
static Stacking
Returns the enum constant of this class with the specified name.static Stacking[]
Stacking.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type StackingModifier and TypeMethodDescriptionabstract void
AreaOptions.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsArea.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsArearange.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsAreaspline.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsAreasplinerange.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsBar.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsBullet.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsColumn.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsLine.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsPolygon.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsScatter.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsSeries.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.void
PlotOptionsSpline.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.abstract void
PointOptions.setStacking
(Stacking stacking) Whether to stack the values of each series on top of each other.