Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
Labels |
ZAxis.getLabels() |
Labels |
YAxis.getLabels() |
Labels |
XAxis.getLabels() |
abstract Labels |
Axis.getLabels() |
Modifier and Type | Method and Description |
---|---|
void |
ZAxis.setLabels(Labels labels)
The axis labels show the number or category for each tick.
|
void |
YAxis.setLabels(Labels labels) |
void |
XAxis.setLabels(Labels labels)
The axis labels show the number or category for each tick.
|
abstract void |
Axis.setLabels(Labels labels)
The axis labels show the number or category for each tick.
|
Copyright © 2025. All rights reserved.