Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsPolygon
-
Packages that use PlotOptionsPolygon Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsPolygon in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsPolygon Modifier and Type Method Description PlotOptionsPolygon
PlotOptionsStyle. getPolygon()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsPolygon Modifier and Type Method Description void
PlotOptionsStyle. setPolygon(PlotOptionsPolygon polygon)
Sets the style options forChartType.POLYGON
charts
-