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

Pie Chart- Connect Lines overlaps the labels

2 Answers 148 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 13 May 2015, 08:21 AM

Hello,

I have added a pie-chart to my report.  For each "pie-slice", I have added a label that appears just outside the slice. 
I am facing problem  for "connecting-line" from the pie-slice to its label.  The connecting-line overlaps the labels?

I have used following code snippet to place the labels and connecting-line properly in Pie-chart.

 

chart.AutoLayout = true;
chart.IntelligentLabelsEnabled = true;

chartSeries3.Appearance.ShowLabels = true;

chartSeries3.Appearance.ShowLabelConnectors = true;

chartSeries3.Appearance.LabelAppearance.Visible = true;

chartSeries3.Appearance.LabelAppearance.Distance = 10;
chartSeries3.Appearance.StartAngle = 30;
chartSeries3.Appearance.ShowLabelConnectors = true;

 

But Still i am facing the issue of connect line overlapping labels.

 

2 Answers, 1 is accepted

Sort by
0
Avinash
Top achievements
Rank 1
answered on 13 May 2015, 08:27 AM
Please find attached file for the issue.
0
Nasko
Telerik team
answered on 14 May 2015, 12:17 PM
Hello Avinash,

The Chart item is obsolete and is no longer supported.

The Graph item is used to create charts in Telerik Reporting. Note that currently there is no support for intelligent labels and label connectors. We do not have any additional suggestions for fixing the overlapping labels/lines at the moment. However, we are going to introduce smart labels functionality for the Graph item with the next official release of Telerik Reporting, as noted in the Reporting Roadmap. This new feature will address the overlapping labels issue.

Regards,
Nasko
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Avinash
Top achievements
Rank 1
Answers by
Avinash
Top achievements
Rank 1
Nasko
Telerik team
Share this question
or