[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartLabels.LabelFromCoord

LabelFromCoord Method

LabelFromCoord(int, int, ref int)

Used to obtain the LabelIndex at the specified coordinate.

Declaration
public bool LabelFromCoord(int XCoord, int YCoord, ref int LabelIndex)
Public Function LabelFromCoord(XCoord As Integer, YCoord As Integer, ByRef LabelIndex As Integer) As Boolean
Parameters
Type Name Description
int XCoord

X client coordinate.

int YCoord

Y client coordinate.

int LabelIndex

Label index.

Returns
Type Description
bool

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

See Also