Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsColumn
-
Packages that use PlotOptionsColumn Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsColumn in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsColumn Modifier and Type Method Description PlotOptionsColumn
PlotOptionsStyle. getColumn()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsColumn Modifier and Type Method Description void
PlotOptionsStyle. setColumn(PlotOptionsColumn column)
Sets the style options forChartType.COLUMN
charts
-