Gets the index of the specified Chart3DDataLabel in the collection.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public int IndexOf( Chart3DDataLabel lbl ) |
Visual Basic |
---|
Public Function IndexOf ( _ lbl As Chart3DDataLabel _ ) As Integer |
Parameters
- lbl
- Type: C1.Win.C1Chart3D..::..Chart3DDataLabel
The Chart3DDataLabel to locate.