ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataSetPoint Class / RemoveSeries Method
Index of series to remove.

In This Topic
    RemoveSeries Method
    In This Topic
    Remove series with given index from the data set.
    Syntax
    'Declaration
     
    Public Sub RemoveSeries( _
       ByVal index As System.Integer _
    ) 
    public void RemoveSeries( 
       System.int index
    )

    Parameters

    index
    Index of series to remove.
    See Also