Uses of Class
com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
-
Packages that use PlotOptionsWaterfall Package Description com.vaadin.flow.component.charts.model.style -
-
Uses of PlotOptionsWaterfall in com.vaadin.flow.component.charts.model.style
Methods in com.vaadin.flow.component.charts.model.style that return PlotOptionsWaterfall Modifier and Type Method Description PlotOptionsWaterfall
PlotOptionsStyle. getWaterfall()
Methods in com.vaadin.flow.component.charts.model.style with parameters of type PlotOptionsWaterfall Modifier and Type Method Description void
PlotOptionsStyle. setWaterfall(PlotOptionsWaterfall waterfall)
Sets the style options forChartType.WATERFALL
charts
-