ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DLabelsCollection Class / InsertNewLabel Method
Index.

In This Topic
    InsertNewLabel Method
    In This Topic
    Creates a new label and inserts it into the collection at the specified index.
    Syntax
    'Declaration
     
    Public Function InsertNewLabel( _
       ByVal index As System.Integer _
    ) As Chart3DLabel
    public Chart3DLabel InsertNewLabel( 
       System.int index
    )

    Parameters

    index
    Index.

    Return Value

    A reference to the newly created Chart3DLabel.
    See Also