Uses of Class
org.zkoss.chart.PlotBand
-
Packages that use PlotBand Package Description org.zkoss.chart -
-
Uses of PlotBand in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type PlotBand Modifier and Type Method Description List<PlotBand>
Axis. getPlotBands()
Returns a list of colored bands stretching across the plot area marking an interval on the axis.Methods in org.zkoss.chart with parameters of type PlotBand Modifier and Type Method Description void
Axis. addPlotBand(PlotBand plotBand)
Adds a plot band after render time.void
Axis. removePlotBand(PlotBand plotBand)
Removes a plot band after render time.void
Axis. setPlotBands(PlotBand... plotBands)
Sets a list of colored bands stretching across the plot area marking an interval on the axis.Method parameters in org.zkoss.chart with type arguments of type PlotBand Modifier and Type Method Description void
Axis. setPlotBands(List<PlotBand> plotBands)
Sets a list of colored bands stretching across the plot area marking an interval on the axis.
-