ActiveReports Developer 7
Add Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : Add Method

value
The annotation to add.

Glossary Item Box

Adds an Annotation to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As Annotation _
) As System.Integer
C# 
public System.int Add( 
   Annotation value
)

Parameters

value
The annotation to add.

See Also