Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Client-side data binding
posted

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?

  • 650
    posted

    Doug,

    I am in the same boat and I was wondering if you found a solution to this.

  • 26458
    Offline posted

    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.