ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Zoom/Scroll multiple charts synchronously (ASP.NET/C#)
Posted by Peter Kwan on Apr-20-2007 02:59
Attachments:
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
zoomscrolldemo.zip
zoomscrolldemo.zip

9.05 Kb

  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
Attachments:
Hi John,

I have translated the code in this thread to JSP. Hope this can help.

Regards
Peter Kwan
zoomscrolldemo_java.zip
zoomscrolldemo_java.zip

9.07 Kb

  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.