FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DBarColorsCollection Class / Add Method
The bar color to add.

In This Topic
    Add Method (Chart3DBarColorsCollection)
    In This Topic
    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