[]
        
(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)
Parameters
Type Name Description
int index

The label index.

Chart3DAxisLabel lbl

Label to insert.

See Also