This is a migrated thread and some comments may be shown as answers.

Change Chart loading image

1 Answer 47 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Gareth Burns
Top achievements
Rank 1
Gareth Burns asked on 21 May 2010, 11:57 AM

I am generating several charts with the Silverlight toolkit but each one has a horrible pre-loading image which shows a "no data" message and a chart legend. As I don't use the chart legend in my charts I want to remove this loading message/image.

I have tried changing the NoData control and style but with no change to the preloader.

How can I change this loading screen?

Thanks in advance 

G

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 25 May 2010, 02:35 PM
Hi Gareth Burns,

You can disable the NoData control by having the following line in your code behind:
RadChart1.DefaultView.ChartArea.IsNoDataMessageEnabled = false;
where RadChart1 is the Name of your RadChart.

If you don't want to see the Legend of your RadChart, just add:
RadChart1.DefaultView.ChartLegend.Visibility = Visibility.Collapsed;

You can find more information about styling the NoData control in our help section.

Regards,
Sia
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Chart
Asked by
Gareth Burns
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or