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

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

    Parameters

    style
    The Chart3DStyle to remove.
    See Also