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 voidAxis.addPlotBand(PlotBand plotBand) Adds plotBand to the plotBands arrayvoidXAxis.addPlotBand(PlotBand plotBand) Adds plotBand to the plotBands arrayvoidYAxis.addPlotBand(PlotBand plotBand) Adds plotBand to the plotBands arrayvoidZAxis.addPlotBand(PlotBand plotBand) Adds plotBand to the plotBands arrayabstract voidAxis.removePlotBand(PlotBand plotBand) Removes first occurrence of plotBand in plotBands arrayvoidXAxis.removePlotBand(PlotBand plotBand) Removes first occurrence of plotBand in plotBands arrayvoidYAxis.removePlotBand(PlotBand plotBand) Removes first occurrence of plotBand in plotBands arrayvoidZAxis.removePlotBand(PlotBand plotBand) Removes first occurrence of plotBand in plotBands arrayabstract voidAxis.setPlotBands(PlotBand... plotBands) An array of colored bands stretching across the plot area marking an interval on the axis.voidXAxis.setPlotBands(PlotBand... plotBands) An array of colored bands stretching across the plot area marking an interval on the axis.voidYAxis.setPlotBands(PlotBand... plotBands) An array of objects defining plot bands on the Y axis.voidZAxis.setPlotBands(PlotBand... plotBands) An array of colored bands stretching across the plot area marking an interval on the axis.