Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsFlags
-
Packages that use PlotOptionsFlags Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsFlags in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsFlags Modifier and Type Method Description PlotOptionsFlags
PlotOptionsStyle. getFlags()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsFlags Modifier and Type Method Description void
PlotOptionsStyle. setFlags(PlotOptionsFlags flags)
Sets the style options forChartType.FLAGS
charts
-