removeAnnotation() Method

Description

Removes an annotation from the chart.

Parameters

Returns

Boolean.

Note: If "true" - an annotation is removed successfully, "false" - an annotation has not been removed.

Samples

Removing selected annotation sample:



Sample:

Online HTML/JavaScript Sample

See also

getSelectedAnnotationId(), removeAllAnnotations(), addAnnotation()

to top