Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
abstract Stacking |
PointOptions.getStacking() |
Stacking |
PlotOptionsSpline.getStacking() |
Stacking |
PlotOptionsSeries.getStacking() |
Stacking |
PlotOptionsScatter.getStacking() |
Stacking |
PlotOptionsPolygon.getStacking() |
Stacking |
PlotOptionsLine.getStacking() |
Stacking |
PlotOptionsColumn.getStacking() |
Stacking |
PlotOptionsBar.getStacking() |
Stacking |
PlotOptionsAreasplinerange.getStacking() |
Stacking |
PlotOptionsAreaspline.getStacking() |
Stacking |
PlotOptionsArearange.getStacking() |
Stacking |
PlotOptionsArea.getStacking() |
abstract Stacking |
AreaOptions.getStacking() |
static Stacking |
Stacking.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stacking[] |
Stacking.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
PointOptions.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.
|
void |
PlotOptionsSeries.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 |
PlotOptionsPolygon.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 |
PlotOptionsColumn.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 |
PlotOptionsAreasplinerange.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 |
PlotOptionsArearange.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.
|
abstract void |
AreaOptions.setStacking(Stacking stacking)
Whether to stack the values of each series on top of each other.
|
Copyright © 2025. All rights reserved.