10-01-2010 06:06 PM
Dear all,
I have an XY graph. I would like a cursor that appears as a vertical line which user can drag horizontally. Effectively this would be the regular cursor but lacking the horizontal line. I would, or course, like to also get the position of the vertical line on the x axis. Is there a simple way to accomplish this, say with the built in cursor, or will it require trickery methods?
Best regards,
Ed
Solved! Go to Solution.
10-02-2010 01:14 AM
I couldn't understand your requirement very well .. please elaborate more ..
You can read complete text in help document of LabVIEW for cursor properties.. Little help can be as below
Right-click anywhere in the cursor legend, select Create Cursor, and select a cursor mode from the shortcut menu. The cursor position is defined by the cursor mode.
Right-click the cursor legend row and select from the following options from the shortcut menu to customize the cursor:
If you initially select individual plots to watch and then select Watch»All Plots instead, the cursor begins to report values for all plots. If you then deselect All Plots, the cursor reports values for the plots you initially selected.
BR, HS
10-02-2010 02:21 AM
Select a cursor style that only shows a vertical line, set the y-cursor position to e.g. infinity (+inf) so the "gap" won't show.
You can read the x-position using a property node or even better from the event terminal of "cursor move" event.
10-02-2010 09:31 AM
Sounds like a good plan. I'll believe it your recomendation should do extacly what I would like.
Thanks,
Ed