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