Adds a Chart3DLabel object to the collection.

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

Syntax

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

Parameters

label
Type: C1.Win.C1Chart3D..::..Chart3DLabel
The Chart3DLabel to add.

Return Value

An integer indicating the index of the added Chart3DLabel.

See Also