Uses of Class
org.zkoss.chart.LabelsItem
-
Packages that use LabelsItem Package Description org.zkoss.chart -
-
Uses of LabelsItem in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type LabelsItem Modifier and Type Method Description List<LabelsItem>
Labels. getItems()
Returns a HTML label that can be positioned anywhere in the chart area.Method parameters in org.zkoss.chart with type arguments of type LabelsItem Modifier and Type Method Description void
Labels. setItems(List<LabelsItem> labelsItems)
Sets a HTML label that can be positioned anywhere in the chart area.
-