Gets the index of the specified Chart3DContourLevel in the collection.

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

Syntax

C#
public int IndexOf(
	Chart3DContourLevel lvl
)
Visual Basic
Public Function IndexOf ( _
	lvl As Chart3DContourLevel _
) As Integer

Parameters

lvl
Type: C1.Win.C1Chart3D..::..Chart3DContourLevel
The Chart3DContourLevel to locate.

Return Value

The index of the specified Chart3DContourLevel is indicated by an Integer.

See Also