10-26-2010 12:31 PM
Solved! Go to Solution.
10-26-2010 12:54 PM
I'm not understanding your question. Labview does know which cursor you're dragging (of course! ).
If YOU want to know what that cursor is doing so you can use its position in your code you can get all that information with the 'cursor list' property. It contains an array of all cursors and all their respective information including its location.
10-27-2010 02:06 AM
The XY -graph has a Cursor-release event., that event will return an index to which cursor was moved.
Good luck,
Ton