08-13-2009 06:19 AM - edited 08-13-2009 06:26 AM
Solved! Go to Solution.
08-13-2009 06:38 AM
08-13-2009 07:05 AM
Can you please take some time and post here how you managed to solve the problem. That will help others in the future when they face the same problem as yours and looking for a solution.
Thanks,
Mathan
08-14-2009 02:31 AM
Hi,
As requested I would like to post the solution as to how I tacked the problem. It was actually small mistake on my part. When I connect the two property nodes for each XY graphs I should connect ActiveCursor to ActiveCursor and Cursor.PosX to Cursor.PosX. What I did was connect the Active cursor of A graph to the cursor.index of B graph. I have attached a small screen shot of connecting the first cursor of A graph to the 1st cursor of B graph so that the cursor in B graph follows the cursor in A graph.
In order to connect more cursors as in my case, the only change to be made is the change in the Acitve cursor constant to, 1,2,......
Chathuri