[]
        
(Showing Draft Content)

C1.Win.C1Chart.Legend.FunctionsFromCoord

FunctionsFromCoord Method

FunctionsFromCoord(int, int, ref int, ref int)

Obtains the group and function indices of the legend entry nearest to the specified client coordinates. Mouse coordinates are specified in client coordinates.

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

X client coordinate.

int YCoord

Y client coordinate.

int GroupIndex

Group index.

int FunctionIndex

Series index.

Returns
Type Description
bool

The return value indicates successful calculation.

See Also