ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPointSeriesCollection Class / AddRange Method
Array of series

In This Topic
    AddRange Method
    In This Topic
    Adds array of series to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal series() As Chart3DPointSeries _
    ) 
    public void AddRange( 
       Chart3DPointSeries[] series
    )

    Parameters

    series
    Array of series
    Remarks
    This is the preferable way for adding large number of series.
    See Also