Re: Finding value on a chart - attn. Derek
- Posted by DerekParnell (admin) Jul 09, 2009
- 882 views
euphoric said...
doncole2009 said...
What I'm trying to do is draw cross hairs (moving with mouse) across graph or window. Without changing the graph or window.
Don, if you're using Win32Lib, you can probably just change the cursor to cross hairs while it's over the graph. That way, you let the system draw it. You don't have to worry about plotting anything over your graph.
I think he means that the cross hairs extended from the top to bottom and left to right of the graph window but the intersection is where the mouse is.