Add the specified label to the collection.

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

Syntax

C#
public int Add(
	Chart3DAxisLabel label
)
Visual Basic
Public Function Add ( _
	label As Chart3DAxisLabel _
) As Integer

Parameters

label
Type: C1.Win.C1Chart3D..::..Chart3DAxisLabel
Label to add.

Return Value

The label index.

See Also