ActiveReports Developer 7
Annotations Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > Series Class : Annotations Property

Glossary Item Box

Returns the collection of Annotations which is used with the Series.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Annotations As AnnotationsCollection
C# 
public AnnotationsCollection Annotations {get;}

See Also