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

Message ListMessage List     Post MessagePost Message

  WebChartViewer
Posted by ButuzGOL on Mar-25-2011 00:25
How can I change url when i make request for zoomin zoomout ?

  Re: WebChartViewer
Posted by Peter Kwan on Mar-25-2011 17:42
Hi ButuzGOL,

When you create a chart using an ASPX, and subsequently needs to zoom in/out, the zoom in/out request should be handled in the same ASPX that creates the chart in the first place. Also, the URL needs to be of a certain structure and contains certain parameters so that ChartDirector knows it is an AJAX request for zoom in/out.

So if you randomly change the URL, it is no longer a URL for a zoom in/out request for the chart.

Would you mind to clarify what you would need to do so you need to change the URL? May be I can suggest an alternative to perform the same thing?

Regards
Peter Kwan