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

Is it pasible to conect Labels and Pie elements in Pie chart

1 Answer 39 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Mariusz
Top achievements
Rank 1
Mariusz asked on 28 Sep 2011, 11:31 AM
Is int possible to connect Labels with pie piece with some line? If there is several smaller pieces it's hard to combine it in mind.

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 28 Sep 2011, 04:02 PM
Hi Mariusz,

You should set the ShowLabelConectors property to "true" to see a connecting lines for the Labels and additionally set a color for the connectors as shown:

chartSeries.Appearance.ShowLabelConnectors = true;  
chartSeries.Appearance.LabelAppearance.LabelConnectorStyle.Color = System.Drawing.Color.Black;  

Regards,
Evgenia
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Chart (Obsolete)
Asked by
Mariusz
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or