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 Label
PlotBand. getLabel()
Label
PlotLine. getLabel()
Label
PlotOptionsOrganization. getLabel()
Methods in com.vaadin.flow.component.charts.model with parameters of type Label Modifier and Type Method Description void
PlotBand. setLabel(Label label)
Text labels for the plot bandsvoid
PlotLine. setLabel(Label label)
Text labels for the plot bandsvoid
PlotOptionsOrganization. setLabel(Label label)
Series labels are placed as close to the series as possible in a natural way, seeking to avoid other series.
-