ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DPointSeriesCollection Class / Add Method
The Chart3DpointSeries to add.

In This Topic
    Add Method (Chart3DPointSeriesCollection)
    In This Topic
    Adds a Chart3DpointSeries object to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal series As Chart3DPointSeries _
    ) As System.Integer
    public System.int Add( 
       Chart3DPointSeries series
    )

    Parameters

    series
    The Chart3DpointSeries to add.

    Return Value

    An integer indicating the index of the added Chart3DPointSeries.
    See Also