Does anyone know if it's possible to refresh a Chart using javascript code?
What I really want to do is to be able to change some properties (legend & 3D settings) of a Chart without making a round trip to the server. I've been doing some research using System.Web.UI.ICallbackEventHandler and have had some success using a basic text box.
Just not sure if it's possible. Any help would be appreciated.
i think your best bet is to place the chart control in a WebAsyncRefreshPanel.
Exactly what I needed, thanks so much.