ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourStylesCollection Class / Remove Method
The Chart3DContourStyle to remove.

In This Topic
    Remove Method (Chart3DContourStylesCollection)
    In This Topic
    Removes a Chart3DContourStyle object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal style As Chart3DContourStyle _
    ) 
    public void Remove( 
       Chart3DContourStyle style
    )

    Parameters

    style
    The Chart3DContourStyle to remove.
    See Also