[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DColorsCollection.Add

Add Method

Add(Color)

Add new Color to the collection.

Declaration
public int Add(Color clr)
Public Function Add(clr As Color) As Integer
Parameters
Type Name Description
Color clr

The Color to add.

Returns
Type Description
int

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

See Also