Uses of Class
com.vaadin.flow.component.charts.model.Label
-
Packages that use Label Package Description com.vaadin.flow.component.charts.model -
-
Uses of Label in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Label Modifier and Type Method Description LabelPlotBand. getLabel()LabelPlotLine. getLabel()LabelPlotOptionsOrganization. getLabel()Methods in com.vaadin.flow.component.charts.model with parameters of type Label Modifier and Type Method Description voidPlotBand. setLabel(Label label)Text labels for the plot bandsvoidPlotLine. setLabel(Label label)Text labels for the plot bandsvoidPlotOptionsOrganization. setLabel(Label label)Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
-