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 PlotLabel
PlotBand. getLabel()
Returns text labels for the plot bandsPlotLabel
PlotLine. getLabel()
Returns text labels for the plot lineMethods in org.zkoss.chart with parameters of type PlotLabel Modifier and Type Method Description void
PlotBand. setLabel(PlotLabel label)
Sets text labels for the plot bandsvoid
PlotLine. setLabel(PlotLabel label)
Sets text labels for the plot line
-