Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
TickPosition |
ZAxis.getMinorTickPosition() |
TickPosition |
YAxis.getMinorTickPosition() |
TickPosition |
XAxis.getMinorTickPosition() |
abstract TickPosition |
Axis.getMinorTickPosition() |
TickPosition |
ZAxis.getTickPosition() |
TickPosition |
YAxis.getTickPosition() |
TickPosition |
XAxis.getTickPosition() |
abstract TickPosition |
Axis.getTickPosition() |
static TickPosition |
TickPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TickPosition[] |
TickPosition.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.setMinorTickPosition(TickPosition minorTickPosition)
The position of the minor tick marks relative to the axis line.
|
void |
YAxis.setMinorTickPosition(TickPosition minorTickPosition)
The position of the minor tick marks relative to the axis line.
|
void |
XAxis.setMinorTickPosition(TickPosition minorTickPosition)
The position of the minor tick marks relative to the axis line.
|
abstract void |
Axis.setMinorTickPosition(TickPosition minorTickPosition)
The position of the minor tick marks relative to the axis line.
|
void |
ZAxis.setTickPosition(TickPosition tickPosition)
The position of the major tick marks relative to the axis line.
|
void |
YAxis.setTickPosition(TickPosition tickPosition)
The position of the major tick marks relative to the axis line.
|
void |
XAxis.setTickPosition(TickPosition tickPosition)
The position of the major tick marks relative to the axis line.
|
abstract void |
Axis.setTickPosition(TickPosition tickPosition)
The position of the major tick marks relative to the axis line.
|
Copyright © 2025. All rights reserved.