Uses of Class
org.zkoss.chart.Annotation
-
Packages that use Annotation Package Description org.zkoss.chart -
-
Uses of Annotation in org.zkoss.chart
Methods in org.zkoss.chart that return Annotation Modifier and Type Method Description Annotation
Charts. getAnnotation()
Annotation
Charts. getAnnotation(int index)
Annotation
ChartsApi. getAnnotation()
Returns the Annotation options, if any.Annotation
ChartsApi. getAnnotation(int index)
Returns the Annotation options from the given index, if any.Annotation
ChartsEngine. getAnnotation()
Annotation
ChartsEngine. getAnnotation(int index)
Annotation
PlotData. getAnnotations()
Returns the annotation at the index 0.Annotation
PlotData. getAnnotations(int index)
Returns the annotation from the given index.Annotation
Navigation. getAnnotationsOptions()
Additional options to be merged into all annotations, if null, create a new one.Methods in org.zkoss.chart with parameters of type Annotation Modifier and Type Method Description void
Charts. addAnnotation(Annotation annotation)
void
ChartsApi. addAnnotation(Annotation annotation)
Add an annotation to the chart after render time.void
ChartsEngine. addAnnotation(Annotation annotation)
void
PlotData. addAnnotations(Annotation annotation)
Sets the annotation with out putting it in an Array.void
Navigation. setAnnotationsOptions(Annotation annotationsOptions)
Additional options to be merged into all annotations.
-