ActiveReports.Chart Request technical support
Add Method
See Also 


value
The annotation to add.
Adds an Annotation to the collection.

Syntax

Visual Basic (Declaration) 
Public Function Add( _
   ByVal value As Annotation _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As AnnotationsCollection
Dim value As Annotation
Dim value As Integer
 
value = instance.Add(value)
C# 
public int Add( 
   Annotation value
)

Parameters

value
The annotation to add.

See Also