ActiveReports 12
AddRange Method (AnnotationsCollection)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart.Annotations Namespace > AnnotationsCollection Class : AddRange Method
The set of annotations to add to the collection.
Adds an array of annotations to the collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal value() As Annotation _
) 
public void AddRange( 
   Annotation[] value
)

Parameters

value
The set of annotations to add to the collection.
See Also

Reference

AnnotationsCollection Class
AnnotationsCollection Members