Nick71 Report post Posted June 18, 2012 (edited) I am using a jQuery request to retrieve updated data for the chart. Whilst this is happening I am showing a spin control so the user knows something is happening. Whilst the server is processing the request, I want to hide (not dispose) the chart. I have tried setting the message, i.e. myChart.ref.showChartMessage(''); However, although the chart is hidden, it displays a message null rather than nothing (even if I put spaces in the string). Is there any way I could hide the chart whilst the update occurs. I am using the following to show the chart again; myChart.setDataXML(chartXML); Thanks Nick Edited June 18, 2012 by Nick71 Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted June 22, 2012 Hi Nick, The issue of "showChartMessage();" display "null" for spaces as an argument, has been reported and our developers are looking into this. Further any updates, we would inform you soon. Thank you for your continued patience and patronage. Share this post Link to post Share on other sites