FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart 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 color As Color _
    ) 
    public void Remove( 
       Color color
    )

    Parameters

    color
    The Color to remove.
    See Also