Inserts the specified label at the specified index of the collection.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public void Insert( int index, Chart3DAxisLabel lbl ) |
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ lbl As Chart3DAxisLabel _ ) |
Parameters
- index
- Type: System..::..Int32
The label index.
- lbl
- Type: C1.Win.C1Chart3D..::..Chart3DAxisLabel
Label to insert.