Uses of Class
org.zkoss.chart.Labels
-
Packages that use Labels Package Description org.zkoss.chart -
-
Uses of Labels in org.zkoss.chart
Methods in org.zkoss.chart that return Labels Modifier and Type Method Description Labels
Charts. getLabels()
Returns the labels optionsLabels
ChartsApi. getLabels()
Returns the labels optionsLabels
ChartsEngine. getLabels()
Labels
PlotData. getLabels()
Returns the labels optionsMethods in org.zkoss.chart with parameters of type Labels Modifier and Type Method Description void
Charts. setLabels(Labels labels)
Sets the labels optionsvoid
ChartsApi. setLabels(Labels labels)
Sets the labels optionsvoid
ChartsEngine. setLabels(Labels labels)
void
PlotData. setLabels(Labels labels)
Sets the labels options
-