ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DAxisLabelsCollection Class / Insert Method
The label index.
Label to insert.

In This Topic
    Insert Method (Chart3DAxisLabelsCollection)
    In This Topic
    Inserts the specified label at the specified index of the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal lbl As Chart3DAxisLabel _
    ) 
    public void Insert( 
       System.int index,
       Chart3DAxisLabel lbl
    )

    Parameters

    index
    The label index.
    lbl
    Label to insert.
    See Also