Creates a new label with specified value 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(
	double value,
	string text
)
Visual Basic
Public Function Add ( _
	value As Double, _
	text As String _
) As Integer

Parameters

value
Type: System..::..Double
Value.
text
Type: System..::..String
Text.

Return Value

The new label index.

See Also