[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.BarColorCollection.Add

Add Method

Add(BarColor)

Adds a BarColor object to the collection.

Declaration
public int Add(BarColor bc)
Parameters
Type Name Description
BarColor bc

The BarColor to add.

Returns
Type Description
int

An integer indicating the index of the added BarColor.

See Also