Uses of Class
org.zkoss.chart.plotOptions.SeriesLabel
-
Packages that use SeriesLabel Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of SeriesLabel in org.zkoss.chart
Methods in org.zkoss.chart that return SeriesLabel Modifier and Type Method Description SeriesLabelSeries. getLabel()Returns series label options, if any.Methods in org.zkoss.chart with parameters of type SeriesLabel Modifier and Type Method Description voidSeries. setLabel(SeriesLabel label)Sets series label options. -
Uses of SeriesLabel in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return SeriesLabel Modifier and Type Method Description SeriesLabelSeriesPlotOptions. getLabel()Returns series label options, if any.Methods in org.zkoss.chart.plotOptions with parameters of type SeriesLabel Modifier and Type Method Description voidSeriesPlotOptions. setLabel(SeriesLabel label)Sets series label options.
-