ComponentOne FlexReport for WinForms
Add Method (Chart3DBarColorsCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace > Chart3DBarColorsCollection Class : Add Method
The bar color to add.
Adds an existing bar color to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal color As Chart3DBarColor _
) 
public void Add( 
   Chart3DBarColor color
)

Parameters

color
The bar color to add.
See Also

Reference

Chart3DBarColorsCollection Class
Chart3DBarColorsCollection Members