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

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public Label InsertNewLabel(
	int index
)
Visual Basic
Public Function InsertNewLabel ( _
	index As Integer _
) As Label

Parameters

index
Type: System..::..Int32

Return Value

The new label is returned.

See Also