[]
        
(Showing Draft Content)

C1.Win.C1Chart.LabelsCollection.InsertNewLabel

InsertNewLabel Method

InsertNewLabel(int)

Creates a new label and inserts it into the collection at the specified index.

Declaration
public Label InsertNewLabel(int index)
Parameters
Type Name Description
int index
Returns
Type Description
Label

The new label is returned.

See Also