FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DColorsCollection Class / Add Method
The Color to add.

In This Topic
    Add Method (Chart3DColorsCollection)
    In This Topic
    Adds a new Color to the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal color As Color _
    ) As Integer
    public int Add( 
       Color color
    )

    Parameters

    color
    The Color to add.

    Return Value

    The index in the collection at which the Color was added.
    See Also