|
Zoom/Scroll multiple charts synchronously (ASP.NET/C#) |
Posted by Peter Kwan on Apr-20-2007 02:59 |
|
Hi,
In case anyone is interested, I have attached an example of zooming/scrolling two charts synchronously. When a user zooms/scrolls one chart, the other chart will be zoomed/scrolled too. The example is written in ASP.NET/C#.
Regards
Peter Kwan
|
Re: Zoom/Scroll multiple charts synchronously (ASP.NET/C#) |
Posted by John on Aug-23-2007 08:23 |
|
Hi Peter,
I have a web page that displays multiple charts (based on your zoom/scoll example) and I would be very keen to have the zoom action on one chart applied to all the others - the start/end date already behaves in this manner but the zoom only applies to the first chart.
Do you have a copy of your example code in JSP?
Regards,
John. |
Re: Zoom/Scroll multiple charts synchronously (ASP.NET/C#) |
Posted by Peter Kwan on Aug-24-2007 02:53 |
|
Hi John,
I have translated the code in this thread to JSP. Hope this can help.
Regards
Peter Kwan
|
Re: Zoom/Scroll multiple charts synchronously (ASP.NET/C#) |
Posted by John on Aug-24-2007 23:51 |
|
Thank you very much Peter.
Regards,
John. |
|