[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.BarColorCollection.Insert

Insert Method

Insert(int, BarColor)

Adds a BarColor object to the collection at the specified index.

Declaration
public void Insert(int index, BarColor bc)
Parameters
Type Name Description
int index

Index.

BarColor bc

The BarColor to insert.

See Also