Determines the index of the specified label of the collection.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public int IndexOf( Chart3DAxisLabel lbl ) |
| Visual Basic |
|---|
Public Function IndexOf ( _ lbl As Chart3DAxisLabel _ ) As Integer |
Parameters
- lbl
- Type: C1.Win.C1Chart3D..::..Chart3DAxisLabel
Label to locate.
Return Value
The label index.
Remarks
Returns -1 if the label is not in the collection.