Sign in to follow this  
nitin.daphale

Chart messages for .net window application

Recommended Posts

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

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. Smile.gif

Share this post


Link to post
Share on other sites

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 by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this