nitin.daphale Report post Posted February 16, 2010 I want to show chart message (ex.data retreiving wait .....) before chart not displayed. I saw ChartNoDataText like property on help documents but I think it is applying for web application not mine window application? Am I right? If not please correct me and suggest the property name to set chart message. Thanks. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 16, 2010 Hi Nitin, Could you please try the following steps:- 1) Set the chart and the loading image on the same DIV. 2) Set the transparency of the chart to true so that the loading image gets displayed on top of the chart. 3) Set the tranparency of the chart to false once the hasRendered function gets fired. Please refer to the links below for further details on the same. Ref.- http://www.fusioncharts.com/docs?/JS_API.html http://www.fusioncharts.com/docs?/FAQ.html Hope this helps. Share this post Link to post Share on other sites
nitin.daphale Report post Posted February 17, 2010 (edited) The setting transparency function is for web application as you can see in the example codes but I asked for window application. But I think, it is not possible because for the application all xml properties set before chart is to be displayed and depending on that xml chart is displayed. So now I want to display separately only message with white background on chart and when all data will retrieved I will set new chart on the same object . So how can I show only message on shockwave object ? Edited February 17, 2010 by Guest Share this post Link to post Share on other sites
Guest Rajroop Report post Posted February 17, 2010 Are you talking about this: http://www.fusioncharts.com/docs/Contents/AttDesc/Logo.html by any chance? If not, please send us a rough sketch/image of your requirement? Apologies for the inconvenience caused. :ermm: Share this post Link to post Share on other sites