Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsGauge
-
Packages that use PlotOptionsGauge Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsGauge in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsGauge Modifier and Type Method Description PlotOptionsGauge
PlotOptionsStyle. getGauge()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsGauge Modifier and Type Method Description void
PlotOptionsStyle. setGauge(PlotOptionsGauge gauge)
Sets the style options forChartType.GAUGE
charts
-