03-27-2011 09:52 AM
Question... I have a XY graph.
This graph has 3 cursors. Now I want to be able to select cursor 1, 2 or 3. And then edit some property nodes, like line style, width, color.
How do I do this? Because I can only get 1 cursor reference... that of the active cursor.
Regards,
Wouter
Solved! Go to Solution.
03-27-2011 10:20 AM
You simply write to the Active Cursor property to select the one you want - e.g. 0, 1, 2.
03-27-2011 10:33 AM
Ohhhhhhhhhhhhhhhhhhhhhhh
07-18-2011 10:36 AM - edited 07-18-2011 10:36 AM
I just ran into the same problem - I'm glad I found this solution.
Having said that, it's a rather unintuitive way to handle multiple cursor references. This should be improved in a future update.