Uses of Class
com.vaadin.flow.component.charts.model.Dial
-
Packages that use Dial Package Description com.vaadin.flow.component.charts.model -
-
Uses of Dial in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Dial Modifier and Type Method Description DialDataSeriesItem. getDial()Returns the current dial.DialPlotOptionsGauge. getDial()Methods in com.vaadin.flow.component.charts.model with parameters of type Dial Modifier and Type Method Description voidDataSeriesItem. setDial(Dial dial)Sets the dial or arrow pointer of the gauge.voidPlotOptionsGauge. setDial(Dial dial)Options for the dial or arrow pointer of the gauge.
-