Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

how i can fixup the cursor in the center of plot at any time?

i need the cursor show the data of the points in plot,but i found after the plot zoomin,the cursor can not show .how i can fixeup the cursor at any time?

thanks a lot.
0 Kudos
Message 1 of 3
(5,931 Views)
Hi Longsan,

So I tried to reproduce the issue you were seeing and I believe I know what is going on. If you zoomin and the max and min of the axes are smaller than the cursor position, the cursor will no longer be in the viewing area of the graph. Therefore, you would want to reposition the cursor after you zoom in. For example, in Visual Basic you could use the command
CWGraph1.Cursors(1).XPosition to change the position. I thiss out and it seems to work correctly. Let me know if try this and you are still having trouble.

Thanks,
Caroline
National Intruments
Thanks,
Caroline Tipton
Data Management Product Manager
National Instruments
0 Kudos
Message 2 of 3
(5,918 Views)
Oh,thanks.it seems work.
0 Kudos
Message 3 of 3
(5,907 Views)