GetCursorPos
Gets the XY coordinates of the cursor during GetPoints process. It is only useful when called from within an event method of a derived class. Optionally returns the row index of the point from the plot source data sheet.
BOOL GetCursorPos(double& x, double& y, int* pnIndex=NULL)
Returns TRUE if successful.
For an example of using this method, please see the Example Section in GetGraphPoints.
SetCursorPos, SetFollowData
origin.h