[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DDataLabelsCollection.Insert

Insert Method

Insert(int, Chart3DDataLabel)

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

Declaration
public void Insert(int index, Chart3DDataLabel lbl)
Parameters
Type Name Description
int index

Index.

Chart3DDataLabel lbl

The Chart3DDataLabel to insert.

See Also