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 LabelsAxis. getLabels()LabelsXAxis. getLabels()LabelsYAxis. getLabels()LabelsZAxis. getLabels()Methods in com.vaadin.flow.component.charts.model with parameters of type Labels Modifier and Type Method Description abstract voidAxis. setLabels(Labels labels)The axis labels show the number or category for each tick.voidXAxis. setLabels(Labels labels)The axis labels show the number or category for each tick.voidYAxis. setLabels(Labels labels)voidZAxis. setLabels(Labels labels)The axis labels show the number or category for each tick.
-