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 !
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.
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;