2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / LabelsCollection Class / InsertNewLabel Method

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 Label
    public Label InsertNewLabel( 
       System.int index
    )

    Parameters

    index

    Return Value

    The new label is returned.
    See Also