Uses of Class
org.zkoss.chart.PlotLabel
-
Packages that use PlotLabel Package Description org.zkoss.chart -
-
Uses of PlotLabel in org.zkoss.chart
Methods in org.zkoss.chart that return PlotLabel Modifier and Type Method Description PlotLabelPlotBand. getLabel()Returns text labels for the plot bandsPlotLabelPlotLine. getLabel()Returns text labels for the plot lineMethods in org.zkoss.chart with parameters of type PlotLabel Modifier and Type Method Description voidPlotBand. setLabel(PlotLabel label)Sets text labels for the plot bandsvoidPlotLine. setLabel(PlotLabel label)Sets text labels for the plot line
-