Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsArea
-
Packages that use PlotOptionsArea Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsArea in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsArea Modifier and Type Method Description PlotOptionsArea
PlotOptionsStyle. getArea()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsArea Modifier and Type Method Description void
PlotOptionsStyle. setArea(PlotOptionsArea area)
Sets the style options forChartType.AREA
charts
-