Used to obtain the LabelIndex at the specified coordinate.

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

Syntax

C#
public bool LabelFromCoord(
	int XCoord,
	int YCoord,
	ref int LabelIndex
)
Visual Basic
Public Function LabelFromCoord ( _
	XCoord As Integer, _
	YCoord As Integer, _
	ByRef LabelIndex As Integer _
) As Boolean

Parameters

XCoord
Type: System..::..Int32
X client coordinate.
YCoord
Type: System..::..Int32
Y client coordinate.
LabelIndex
Type: System..::..Int32%
Label index.

Return Value

Returns true if a label is present at the specified coordinates.

See Also