[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DColorsCollection.Insert

Insert Method

Insert(int, Color)

Inserts the specified Color at the specified index of the collection.

Declaration
public void Insert(int index, Color clr)
Public Sub Insert(index As Integer, clr As Color)
Parameters
Type Name Description
int index

Index.

Color clr

The Color to insert.

See Also