getAnnotations

Syntax

<Path>.getAnnotations(AnnotationsToGet:table)

The method getAnnotations returns the contents of the table Annotations.

Parameter

The parameter AnnotationsToGet of data type table designates the table into which the annotations table is going to be written.

Assignment Value

You can assign a value of data type table.

Example

MyChart.getAnnotations(MyAnnotationsTable)

Related Topics

Annotations

setAnnotations