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 SeriesLabel
Series. getLabel()
Returns series label options, if any.Methods in org.zkoss.chart with parameters of type SeriesLabel Modifier and Type Method Description void
Series. 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 SeriesLabel
SeriesPlotOptions. getLabel()
Returns series label options, if any.Methods in org.zkoss.chart.plotOptions with parameters of type SeriesLabel Modifier and Type Method Description void
SeriesPlotOptions. setLabel(SeriesLabel label)
Sets series label options.
-