11-05-2010 04:33 PM
If I have two cursors on a graph, is there a way to slide one of the cursors 5 units to one side, and have the other cursor mirror that movement?
11-05-2010 04:40 PM
Monitor the Cursor Move event, and as it changes, programmatically set the Active Cursor and then the Cursor Location of the other cursor index.