FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DBarColorsCollection Class / Remove Method
The bar color to remove.

In This Topic
    Remove Method (Chart3DBarColorsCollection)
    In This Topic
    Removes an existing bar color from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal color As Chart3DBarColor _
    ) 
    public void Remove( 
       Chart3DBarColor color
    )

    Parameters

    color
    The bar color to remove.
    See Also