Gets the index of the specified Chart3DLabel in the collection.

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

Syntax

C#
public int IndexOf(
	Chart3DLabel lbl
)
Visual Basic
Public Function IndexOf ( _
	lbl As Chart3DLabel _
) As Integer

Parameters

lbl
Type: C1.Win.C1Chart3D..::..Chart3DLabel
The Chart3DLabel to locate.

Return Value

An integer indicating the index of the specified Chart3DLabel.

See Also