ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DContourLevelsCollection Class / Insert Method
Index.
The Chart3DContourLevel to insert.

In This Topic
    Insert Method (Chart3DContourLevelsCollection)
    In This Topic
    Adds a Chart3DContourLevel object to the collection at the specified index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal lvl As Chart3DContourLevel _
    ) 
    public void Insert( 
       System.int index,
       Chart3DContourLevel lvl
    )

    Parameters

    index
    Index.
    lvl
    The Chart3DContourLevel to insert.
    See Also