Maybe I'm missing something really basic but I don't see how to do this. I am tasked to add a chart to our site's home page and getting the data will be a little slow. So I when the page loads I want the chart to have a loading message while I fire up an ajax call to get the data. Once I have the data returned then I want the chart to display.
Is that possible with this chart?
Hello jleggy,
Please let me know if you need further assistance with this issue.
Hi jleggy,
Our WebChart is not built with AJAX functionality imbedded, however you could perform this functionality by placing the WebChart in an UpdatePanel. You can set the WebChart's "EmptyChartText" property to say something along the lines of a loading message. Then, when you have your chart data ready, you can trigger the async update on the panel to display the chart data.
If you have any further questions please let me know and I'll be glad to help.