10-21-2008 05:36 AM
Hi,
am plotting graph on a XY graph. There is only one plot.
I want to allow the user to select two points in the graphs using two cursors I have names "min" and "max".
Once two cursors are properly placed by the user, after he clicks a button, I need to obtain the two 'x' values of the cursors.
How would I do this.
Is it also possible to restrict the two cursors such that the "min" cursor does not overtake the "max" cursor?.
Solved! Go to Solution.
10-21-2008 05:52 AM
Chathuri wrote:Once two cursors are properly placed by the user, after he clicks a button, I need to obtain the two 'x' values of the cursors.
Use Property Node to extract the X value of the coursor.
First set the "Active Cursor" in the property node and then "Cursor.PosX"
All the Best.