Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
-
Packages that use PlotOptionsSolidgauge Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsSolidgauge in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsSolidgauge Modifier and Type Method Description PlotOptionsSolidgauge
PlotOptionsStyle. getSolidgauge()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsSolidgauge Modifier and Type Method Description void
PlotOptionsStyle. setSolidgauge(PlotOptionsSolidgauge solidgauge)
Sets the style options forChartType.SOLIDGAUGE
charts
-