> I want to show the user his actual mouse position, when he moves the
> mouse pointer over a graph. The user should get displayed the actual
> position relating to the graph without clicking. Is that possible?
This isn't a built-in feature. If you catch mouse events or poll the
mouse on a timer and call a VI to return graph scale values that
correspond to the pixel. If you want to do anything else like snapping
to your data points, then that will involve comparing to your data
arrays or placeing a locked cursor at that pixel and seeing where it lands.
I looked in vi.lib for a few minutes and couldn't find the VI that does
the mapping. I suspect it is on devzone.
Greg McKaskle