Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
-
Packages that use PlotOptionsAreasplinerange Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsAreasplinerange in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsAreasplinerange Modifier and Type Method Description PlotOptionsAreasplinerange
PlotOptionsStyle. getAreasplinerange()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsAreasplinerange Modifier and Type Method Description void
PlotOptionsStyle. setAreasplinerange(PlotOptionsAreasplinerange areasplinerange)
Sets the style options forChartType.AREASPLINERANGE
charts
-