Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsScatter
-
Packages that use PlotOptionsScatter Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsScatter in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsScatter Modifier and Type Method Description PlotOptionsScatter
PlotOptionsStyle. getScatter()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsScatter Modifier and Type Method Description void
PlotOptionsStyle. setScatter(PlotOptionsScatter scatter)
Sets the style options forChartType.SCATTER
charts
-