Uses of Class
com.vaadin.flow.component.charts.model.Labels
-
Packages that use Labels Package Description com.vaadin.flow.component.charts.model -
-
Uses of Labels in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Labels Modifier and Type Method Description abstract Labels
Axis. getLabels()
Labels
XAxis. getLabels()
Labels
YAxis. getLabels()
Labels
ZAxis. getLabels()
Methods in com.vaadin.flow.component.charts.model with parameters of type Labels Modifier and Type Method Description abstract void
Axis. setLabels(Labels labels)
The axis labels show the number or category for each tick.void
XAxis. setLabels(Labels labels)
The axis labels show the number or category for each tick.void
YAxis. setLabels(Labels labels)
void
ZAxis. setLabels(Labels labels)
The axis labels show the number or category for each tick.
-