removeAllAnnotations() Method

Description

Removes all annotations from all charts.

Note: All annotations from all charts are removed, when you call this method. If you need to remove all annotations from one chart, you can use getAnnotationListAsJSON() or getAnnotationListAsXML() to get all annotations, then find those from the given chart and remove them one by one using removeAnnotation() method.

Parameters

None

Returns

Boolean.

Note: If "true" - all annotations are successfully removed, if "false" - operation can't be performed at the moment.

Samples

Calling sample:



Sample:

Online HTML/JavaScript Sample

See also

removeAnnotation(), getAnnotationListAsJSON(), getAnnotationListAsXML()

to top