A collection of Annotation objects drawn on the chart.
[Visual Basic]
Public ReadOnly Property Annotations As AnnotationCollection
[C#]
public AnnotationCollection Annotations {get;}
[JScript]
public function get Annotations : AnnotationCollection
The following code snippet demonstrates how an annotation is added to the chart.
[C#]
Annotation a2 = new Annotation("Annotation text."); |
[Visual Basic]
Dim a2 As Annotation = new Annotation("Annotation text.") |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.