Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
-
Packages that use PlotOptionsColumnrange Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsColumnrange in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsColumnrange Modifier and Type Method Description PlotOptionsColumnrange
PlotOptionsStyle. getColumnrange()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsColumnrange Modifier and Type Method Description void
PlotOptionsStyle. setColumnrange(PlotOptionsColumnrange columnrange)
Sets the style options forChartType.COLUMNRANGE
charts
-