ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Annotations Namespace / AnnotationsCollection Class / AddRange Method
The set of annotations to add to the collection.

In This Topic
    AddRange Method (AnnotationsCollection)
    In This Topic
    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