ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetPoint Class / AddSeries Method
Array of points.

In This Topic
    AddSeries Method
    In This Topic
    Add new series to the data set.
    Syntax
    'Declaration
     
    Public Function AddSeries( _
       ByVal points() As Chart3DPoint _
    ) As System.Integer
    public System.int AddSeries( 
       Chart3DPoint[] points
    )

    Parameters

    points
    Array of points.

    Return Value

    The index of new series.
    See Also