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 voidAxis. addPlotBand(PlotBand plotBand)Adds a plot band after render time.voidAxis. removePlotBand(PlotBand plotBand)Removes a plot band after render time.voidAxis. 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 voidAxis. setPlotBands(List<PlotBand> plotBands)Sets a list of colored bands stretching across the plot area marking an interval on the axis.
-