ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DColorsCollection Class / Add Method
The Color to add.

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

    Parameters

    clr
    The Color to add.

    Return Value

    An integer indicating the index of the collection to which the Color was added.
    See Also