[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabelsCollection.Insert

Insert Method

Insert(int, Chart3DLabel)

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

Declaration
public void Insert(int index, Chart3DLabel label)
Parameters
Type Name Description
int index

Index.

Chart3DLabel label

The Chart3DLabel to insert.

See Also