ActiveReports.Chart Request technical support
AddRange Method
See Also 


value
The set of annotations to add to the collection.
Adds an array of annotations to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As Annotation _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnotationsCollection
Dim value() As Annotation
 
instance.AddRange(value)
C# 
public void AddRange( 
   Annotation[] value
)

Parameters

value
The set of annotations to add to the collection.

See Also