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

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

Syntax

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

Parameters

index
Type: System..::..Int32
Index.

Return Value

A reference to the newly created Chart3DLabel.

See Also