| Package | Description |
|---|---|
| com.vaadin.flow.component.charts.model |
| Modifier and Type | Method and Description |
|---|---|
TickmarkPlacement |
ZAxis.getTickmarkPlacement() |
TickmarkPlacement |
YAxis.getTickmarkPlacement() |
TickmarkPlacement |
XAxis.getTickmarkPlacement() |
abstract TickmarkPlacement |
Axis.getTickmarkPlacement() |
static TickmarkPlacement |
TickmarkPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TickmarkPlacement[] |
TickmarkPlacement.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.setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)
For categorized axes only.
|
void |
YAxis.setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)
For categorized axes only.
|
void |
XAxis.setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)
For categorized axes only.
|
abstract void |
Axis.setTickmarkPlacement(TickmarkPlacement tickmarkPlacement)
For categorized axes only.
|
Copyright © 2025. All rights reserved.