| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
StepType |
PlotOptionsSeries.getStep() |
StepType |
PlotOptionsLine.getStep() |
StepType |
PlotOptionsArearange.getStep() |
StepType |
PlotOptionsArea.getStep() |
static StepType |
StepType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepType[] |
StepType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlotOptionsSeries.setStep(StepType step)
Whether to apply steps to the line.
|
void |
PlotOptionsLine.setStep(StepType step)
Whether to apply steps to the line.
|
void |
PlotOptionsArearange.setStep(StepType step)
Whether to apply steps to the line.
|
void |
PlotOptionsArea.setStep(StepType step)
Whether to apply steps to the line.
|
Copyright © 2025. All rights reserved.