Gets the label index at the specified location.

Namespace:  C1.Win.C1Chart3D
Assembly:  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.

Return Value

This method returns true when a label exists at the specified coordinate. The LabelIndex is set as it is passed by reference.

See Also