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

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

    Parameters

    index
    Index.
    style
    The Chart3DStyle to insert.
    See Also