ComponentOne FlexReport for WinForms
Remove Method (Chart3DColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DColorsCollection Class : Remove Method
The Color to remove.
Removes the specified Color from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal color As System.Drawing.Color _
) 
public void Remove( 
   System.Drawing.Color color
)

Parameters

color
The Color to remove.
See Also

Reference

Chart3DColorsCollection Class
Chart3DColorsCollection Members