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 |