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

removing labels

2 Answers 34 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Greg
Top achievements
Rank 1
Greg asked on 18 May 2010, 09:39 AM
Hi,

I'm using following code line to remove the labels from my Area chart:

RadChart1.DefaultView.ChartArea.DataSeries[0].Definition.ShowItemLabels = false;

In first moment it works, but when the end user zoom in .. the labels appears !?

Is it a bug or I have to set and some other properties?

Thanks, Greg



2 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 20 May 2010, 09:29 AM
Hi Greg,

The correct way to do this, is to set the property on the series definition located on the SeriesMapping you are using to bind your data.

Kind regards,
Vladimir Milev
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.
0
Greg
Top achievements
Rank 1
answered on 20 May 2010, 02:08 PM
Thanks for the reply!
Now works as I want.

Greg
Tags
Chart
Asked by
Greg
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Greg
Top achievements
Rank 1
Share this question
or