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

Pie Chart Label Layout overlapping

1 Answer 194 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Houssem
Top achievements
Rank 1
Houssem asked on 25 Sep 2017, 09:04 AM

Hi,

I'm working with Piechart and I have an issue with the labels when I have many slices (please see the attached picture). The labels overlaps and even with changing the PieChartLabelsDisplayMode it would not help much. Is there any way to fix this issue?

 

Best regards,

Houssem

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin Ivanov
Telerik team
answered on 28 Sep 2017, 08:23 AM
Hello Houssem,

The chart's smart labels strategy will try to fit the labels in the available area without overlapping. However, if there is very big amount of labels, the labels may still overlap one another. In order to minimize or resolve this you can provide more space for the labels. An option which you can try is to set the RadiusFactor property of the PieSeries.
<telerik:PieSeries RadiusFactor="0.4" />
Note that the RadiusFactor works in relative units between 0 and 1.

I hope this helps.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
ChartView
Asked by
Houssem
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or