Uses of Class
org.zkoss.chart.Legend
-
Packages that use Legend Package Description org.zkoss.chart -
-
Uses of Legend in org.zkoss.chart
Methods in org.zkoss.chart that return Legend Modifier and Type Method Description Legend
Charts. getLegend()
Returns the Legend options, if any.Legend
ChartsApi. getLegend()
Returns the Legend options, if any.Legend
ChartsEngine. getLegend()
Legend
PlotData. getLegend()
Returns the legend optionsMethods in org.zkoss.chart with parameters of type Legend Modifier and Type Method Description void
Charts. setLegend(Legend legend)
Sets the Legend optionsvoid
ChartsApi. setLegend(Legend legend)
Sets the Legend optionsvoid
ChartsEngine. setLegend(Legend legend)
void
PlotData. setLegend(Legend legend)
Sets the legend options
-