Creates a new label with specified index and text and appends it to the collection.

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

Syntax

C#
public int Add(
	int index,
	string text
)
Visual Basic
Public Function Add ( _
	index As Integer, _
	text As String _
) As Integer

Parameters

index
Type: System..::..Int32
Label index.
text
Type: System..::..String
Label text.

Return Value

An integer indicating the index of the collection to which the Chart3DDataLabel was added.

See Also