ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / ChartAreasCollection Class / AddRange Method
The chart areas to add to the collection.

In This Topic
    AddRange Method (ChartAreasCollection)
    In This Topic
    Adds a set of chart areas to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal areas() As ChartArea _
    ) 
    public void AddRange( 
       ChartArea[] areas
    )

    Parameters

    areas
    The chart areas to add to the collection.
    See Also