[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DAxisLabelsCollection.Insert

Insert Method

Insert(int, Chart3DAxisLabel)

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

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

The label index.

Chart3DAxisLabel lbl

Label to insert.

See Also