WebChart in System.Web.UI.ICallbackEventHandler enabled sit
Posted: Thu Aug 27, 2009 3:24 pm
I want to use the WebChart control in combination with a web page that implements the System.Web.UI.ICallbackEventHandler interface.
This to avoid page flickering when chart is refreshed (pre-load the chart before refresh the page).
Required for this is that the server callback method "public string GetCallbackResult()" returns:
- a string to the location where the image can be downloaded or
- a string from which the control can be regenerated.
I think returning a string where the chart control image can be downloaded is possible (example "SerieTypes as image"), but then I will loose my zoom functionality.
Does anyone know a solution for this case where I also can use a zoom on the chart??
This to avoid page flickering when chart is refreshed (pre-load the chart before refresh the page).
Required for this is that the server callback method "public string GetCallbackResult()" returns:
- a string to the location where the image can be downloaded or
- a string from which the control can be regenerated.
I think returning a string where the chart control image can be downloaded is possible (example "SerieTypes as image"), but then I will loose my zoom functionality.
Does anyone know a solution for this case where I also can use a zoom on the chart??