[]
Inserts the specified label at the specified index of the collection.
public void Insert(int index, Chart3DAxisLabel lbl)
Public Sub Insert(index As Integer, lbl As Chart3DAxisLabel)
| Type | Name | Description |
|---|---|---|
| int | index | The label index. |
| Chart3DAxisLabel | lbl | Label to insert. |