ComponentOne Chart for .NET (2.0) Search HelpCentral 

LabelsCollection.InsertNewLabel Method

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

[Visual Basic]

Public Function InsertNewLabel( _

ByVal index As Integer _

) As Label

[C#]

public Label InsertNewLabel(

int index

);

[Delphi]

public function InsertNewLabel(

index: Int32

): Label;

Parameters

index

The position where the new label will be inserted.

Return Value

The new label is returned.

See Also

LabelsCollection Class | LabelsCollection Members | C1.Win.C1Chart Namespace | LabelsCollection Class


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.