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

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

    Parameters

    index
    Index.
    style
    The Chart3DContourStyle to insert.
    See Also