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 StackingAreaOptions.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 StackingPointOptions.getStacking()static StackingReturns 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 voidAreaOptions.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsArea.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsArearange.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsAreaspline.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsAreasplinerange.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsBar.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsBullet.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsColumn.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsLine.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsPolygon.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsScatter.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsSeries.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.voidPlotOptionsSpline.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.abstract voidPointOptions.setStacking(Stacking stacking) Whether to stack the values of each series on top of each other.