ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SeriesCollection Class / AddRange Method
The set of Series objects to add to the collection.

In This Topic
    AddRange Method (SeriesCollection)
    In This Topic
    Adds an array of Series objects to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal value() As Series _
    ) 
    public void AddRange( 
       Series[] value
    )

    Parameters

    value
    The set of Series objects to add to the collection.
    See Also