ComponentOne FlexReport for WinForms
Remove Method (Chart3DBarColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DBarColorsCollection Class : Remove Method
The bar color to remove.
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

Reference

Chart3DBarColorsCollection Class
Chart3DBarColorsCollection Members