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

Overlaping labels

3 Answers 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 26 Jul 2011, 03:09 AM
How can I solve the problem of overlaping labels of nearly the same values. Ex : there're 2 values : 0 & 1, but when displaying in radchart, I cannot see the value of 1, just the value of 0. Thks !

3 Answers, 1 is accepted

Sort by
0
Accepted
Peshito
Telerik team
answered on 28 Jul 2011, 09:30 AM
Hello Dan,

I've created a sample chart with similar data to yours. However I wasn't able to reproduce this issue. I've attached the project for your convenience so you could refer to it.

In order to find out what causes this behavior, we will need more information, a runnable copy of your project would be fine.

Greetings,
Peshito
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Dan
Top achievements
Rank 1
answered on 29 Jul 2011, 05:28 AM
Can you give me some guide to avoid overlapping itemlabel without basing on my Ex above ? They might be very usefull for me to solve the problem. Thks so much !!
0
Peshito
Telerik team
answered on 03 Aug 2011, 08:07 AM
Hi Dan,

Try using some of the series' LabelAppearance properties. Change their values to see how best would they work for you.

For example:
seriesName.Appearance.LabelAppearance.Distance = 10;

seriesName.Appearance.LabelAppearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Right;

seriesName.Appearance.LabelAppearance.LabelLocation = Telerik.Charting.Styles.StyleSeriesItemLabel.ItemLabelLocation.Inside;

Another approach is to set the chart's IntelligentLabelsEnabled property to true:
radChart.IntelligentLabelsEnabled = true;

Hope that helps.

Kind regards,
Peshito
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Answers by
Peshito
Telerik team
Dan
Top achievements
Rank 1
Share this question
or