ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / Remove Method / Remove(Chart3DContourLevel) Method
The Chart3DContourLevel to remove.

In This Topic
    Remove(Chart3DContourLevel) Method
    In This Topic
    Remove specified Chart3DContourLevel object from the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal lvl As Chart3DContourLevel _
    ) 
    public void Remove( 
       Chart3DContourLevel lvl
    )

    Parameters

    lvl
    The Chart3DContourLevel to remove.
    See Also