| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
AxisType |
ZAxis.getType() |
AxisType |
YAxis.getType() |
AxisType |
XAxis.getType() |
abstract AxisType |
Axis.getType() |
static AxisType |
AxisType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisType[] |
AxisType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZAxis.setType(AxisType type)
The type of axis.
|
void |
YAxis.setType(AxisType type)
The type of axis.
|
void |
XAxis.setType(AxisType type)
The type of axis.
|
abstract void |
Axis.setType(AxisType type)
The type of axis.
|
Copyright © 2025. All rights reserved.