We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.charts.model.PlotBand
Packages that use PlotBand
-
Uses of PlotBand in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return PlotBandModifier and TypeMethodDescriptionabstract PlotBand[]
Axis.getPlotBands()
PlotBand[]
XAxis.getPlotBands()
PlotBand[]
YAxis.getPlotBands()
PlotBand[]
ZAxis.getPlotBands()
Methods in com.vaadin.flow.component.charts.model with parameters of type PlotBandModifier and TypeMethodDescriptionabstract void
Axis.addPlotBand
(PlotBand plotBand) Adds plotBand to the plotBands array
void
XAxis.addPlotBand
(PlotBand plotBand) Adds plotBand to the plotBands array
void
YAxis.addPlotBand
(PlotBand plotBand) Adds plotBand to the plotBands array
void
ZAxis.addPlotBand
(PlotBand plotBand) Adds plotBand to the plotBands array
abstract void
Axis.removePlotBand
(PlotBand plotBand) Removes first occurrence of plotBand in plotBands array
void
XAxis.removePlotBand
(PlotBand plotBand) Removes first occurrence of plotBand in plotBands array
void
YAxis.removePlotBand
(PlotBand plotBand) Removes first occurrence of plotBand in plotBands array
void
ZAxis.removePlotBand
(PlotBand plotBand) Removes first occurrence of plotBand in plotBands array
abstract void
Axis.setPlotBands
(PlotBand... plotBands) An array of colored bands stretching across the plot area marking an interval on the axis.
void
XAxis.setPlotBands
(PlotBand... plotBands) An array of colored bands stretching across the plot area marking an interval on the axis.
void
YAxis.setPlotBands
(PlotBand... plotBands) An array of objects defining plot bands on the Y axis.
void
ZAxis.setPlotBands
(PlotBand... plotBands) An array of colored bands stretching across the plot area marking an interval on the axis.