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

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

    Parameters

    index
    Index.
    label
    The Chart3DLabel to insert.
    See Also