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

In This Topic
    Remove Method (Chart3DColorsCollection)
    In This Topic
    Removes the specified Color from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal clr As System.Drawing.Color _
    ) 
    public void Remove( 
       System.Drawing.Color clr
    )

    Parameters

    clr
    The Color to remove.
    See Also