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