ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxesCollection Class / AddRange Method
The axes to add to the collection.

In This Topic
    AddRange Method (AxesCollection)
    In This Topic
    Adds a set of axes to the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal value() As AxisBase _
    ) 
    public void AddRange( 
       AxisBase[] value
    )

    Parameters

    value
    The axes to add to the collection.
    See Also