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

value
The set of annotations to add to the collection.

Glossary Item Box

Adds an array of annotations to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub AddRange( _
   ByVal value() As Annotation _
) 
C# 
public void AddRange( 
   Annotation[] value
)

Parameters

value
The set of annotations to add to the collection.

See Also