Hello Berry,
In order to for the connectors to be displayed you will need to define their settings in a series that is populated with items and plotted on the chart. In your case the label connectors settings should be defined in the PieSeries.
Regards,
Martin
Telerik
In order to for the connectors to be displayed you will need to define their settings in a series that is populated with items and plotted on the chart. In your case the label connectors settings should be defined in the PieSeries.
<
telerik:RadPieChart
VerticalAlignment
=
"Center"
Name
=
"pieChart"
Palette
=
"Windows8"
Foreground
=
"White"
FontSize
=
"16"
HoverMode
=
"FadeOtherItems"
Margin
=
"201,44,52,137"
Height
=
"503"
Grid.ColumnSpan
=
"2"
>
<
telerik:RadPieChart.SmartLabelsStrategy
>
<
telerik:PieChartSmartLabelsStrategy
DisplayMode
=
"SpiderUnaligned"
/>
</
telerik:RadPieChart.SmartLabelsStrategy
>
<
telerik:RadPieChart.Series
>
<
telerik:PieSeries
ItemsSource
=
"{Binding PieData}"
ShowLabels
=
"True"
>
<
telerik:PieSeries.AngleRange
>
<
telerik:AngleRange
StartAngle
=
"270"
SweepAngle
=
"360"
/>
</
telerik:PieSeries.AngleRange
>
<
telerik:PieSeries.LegendSettings
>
<
telerik:DataPointLegendSettings
/>
</
telerik:PieSeries.LegendSettings
>
<
telerik:PieSeries.LabelConnectorsSettings
>
<
telerik:ChartSeriesLabelConnectorsSettings
/>
</
telerik:PieSeries.LabelConnectorsSettings
>
</
telerik:PieSeries
>
</
telerik:RadPieChart.Series
>
</
telerik:RadPieChart
>
<
telerik:RadLegend
x:Name
=
"pieLegend"
Foreground
=
"White"
MouseRightButtonDown
=
"PieLegend_MouseRightButtonDown"
Items
=
"{Binding LegendItems, ElementName=pieChart}"
Margin
=
"549,44,10,344"
RenderTransformOrigin
=
"0.5,0.5"
Grid.Column
=
"1"
/>
Regards,
Martin
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