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

PieChart label distance

1 Answer 129 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Flemming
Top achievements
Rank 1
Flemming asked on 22 Jan 2019, 10:49 AM

Hi

I have a pie/doughnut chart as shown on the attached image.

How do I position the labels inside the doughnut?

Flemming

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 25 Jan 2019, 09:26 AM
Hello Flemming,

To achieve your requirement you can define a new chart series label definition for the corresponding series. You can additionally position the labels using the Margin property of the definition. Here is an example:
<telerik:DoughnutSeries.LabelDefinitions>
    <telerik:ChartSeriesLabelDefinition Margin="15"/>
</telerik:DoughnutSeries.LabelDefinitions>

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ChartView
Asked by
Flemming
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or