[]
        
(Showing Draft Content)

C1.Win.C1Chart3D.Chart3DLabels.LabelFromCoord

LabelFromCoord Method

LabelFromCoord(int, int, ref int)

Gets the label index at the specified location.

Declaration
public bool LabelFromCoord(int x, int y, ref int labelIndex)
Parameters
Type Name Description
int x

X client coordinate in pixels.

int y

Y client coordinate in pixels.

int labelIndex

Label index.

Returns
Type Description
bool

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

See Also