[]
        
(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)
Public Sub Insert(index As Integer, label As Chart3DLabel)
Parameters
Type Name Description
int index

Index.

Chart3DLabel label

The Chart3DLabel to insert.

See Also