Adds a Chart3DLabel 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, Chart3DLabel label ) |
Visual Basic |
---|
Public Sub Insert ( _ index As Integer, _ label As Chart3DLabel _ ) |
Parameters
- index
- Type: System..::..Int32
Index.
- label
- Type: C1.Win.C1Chart3D..::..Chart3DLabel
The Chart3DLabel to insert.