Uses of Class
org.zkoss.chart.AnnotationLabel
-
Packages that use AnnotationLabel Package Description org.zkoss.chart -
-
Uses of AnnotationLabel in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type AnnotationLabel Modifier and Type Method Description List<AnnotationLabel>
Annotation. getLabels()
Returns the list of labels for the annotation.Methods in org.zkoss.chart with parameters of type AnnotationLabel Modifier and Type Method Description void
Annotation. setLabels(AnnotationLabel... labels)
Sets an array of labels for the annotation.Method parameters in org.zkoss.chart with type arguments of type AnnotationLabel Modifier and Type Method Description void
Annotation. setLabels(List<AnnotationLabel> labels)
Sets a list of labels for the annotation.
-