05-01-2016 10:14 AM - edited 05-01-2016 10:22 AM
I'm not able to move the cursor programmatically with keyboard events, it works well for free plot, I need to move only in X axis. So it should not be a problem, right?
05-01-2016 10:43 AM - edited 05-01-2016 10:46 AM
You don't give enough information for us to troubleshoot. Show us a simplified version of the non-working code and tell us how we are supposed to interact with it and what it is supposed to do.
(What kind of events? What is a free plot? Is the cursor free or locked? What is the datatype of the graph)
05-01-2016 10:55 AM
Еhere is no problem
05-01-2016 10:59 AM
I would like the user to move the cursor in all the three forms, keyboard, drag and using the cursor pallete...
I would have three cursors at a time and would have around 12 plots, the problem is if it was a singleplot curve the user can make out the y value by justing using the cursor legend. I use the x-position of all the three plots and need to do some simple equations on it. The user should have the knowledge of the y-value for each cursor. I know how to solve this the long way, but isnt there any way where you can move the cursor of a single/mult plot cursor
05-01-2016 11:33 AM
05-01-2016 12:29 PM
05-01-2016 06:03 PM