I am calling a web service from javascript. Is there a way to bind the data returned from the web service to a chart on the client-side?
Doug,
I am in the same boat and I was wondering if you found a solution to this.
Sorry, but the chart has to be bound on the server. You can try implementing an asynchronous callback that passes your data to the server, bind the chart, generate the chart image and return that image or the control's html to the client.