Gets the index of the specified Chart3DContourLevel in the collection.
Namespace:
C1.Win.C1Chart3DAssembly: 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.