Gets the label index at the specified location.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public bool LabelFromCoord( int x, int y, ref int labelIndex ) |
| Visual Basic |
|---|
Public Function LabelFromCoord ( _ x As Integer, _ y As Integer, _ ByRef labelIndex As Integer _ ) As Boolean |
Parameters
- x
- Type: System..::..Int32
X client coordinate in pixels.
- y
- Type: System..::..Int32
Y client coordinate in pixels.
- labelIndex
- Type: System..::..Int32%
Label index.