[]
Obtains the group and trendline indices of the legend entry nearest to the specified client coordinates. Mouse coordinates are specified in client coordinates.
public bool TrendLinesFromCoord(int XCoord, int YCoord, ref int GroupIndex, ref int TrendLineIndex)
Public Function TrendLinesFromCoord(XCoord As Integer, YCoord As Integer, ByRef GroupIndex As Integer, ByRef TrendLineIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | XCoord | X client coordinate. |
| int | YCoord | Y client coordinate. |
| int | GroupIndex | Group index. |
| int | TrendLineIndex | TrendLine index. |
| Type | Description |
|---|---|
| bool | The return value indicates successful calculation. |