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 AnnotationCharts. getAnnotation()AnnotationCharts. getAnnotation(int index)AnnotationChartsApi. getAnnotation()Returns the Annotation options, if any.AnnotationChartsApi. getAnnotation(int index)Returns the Annotation options from the given index, if any.AnnotationChartsEngine. getAnnotation()AnnotationChartsEngine. getAnnotation(int index)AnnotationPlotData. getAnnotations()Returns the annotation at the index 0.AnnotationPlotData. getAnnotations(int index)Returns the annotation from the given index.AnnotationNavigation. 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 voidCharts. addAnnotation(Annotation annotation)voidChartsApi. addAnnotation(Annotation annotation)Add an annotation to the chart after render time.voidChartsEngine. addAnnotation(Annotation annotation)voidPlotData. addAnnotations(Annotation annotation)Sets the annotation with out putting it in an Array.voidNavigation. setAnnotationsOptions(Annotation annotationsOptions)Additional options to be merged into all annotations.
-