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

Donut Chart label overlap on legend

1 Answer 151 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Liven
Top achievements
Rank 1
Liven asked on 07 Dec 2017, 08:17 AM

Hello,

donut chart label position =outsideend is overlapping with legend . Is there any way to avoid the overlapping ?

 <telerik:RadHtmlChart runat="server" Height="300" ID="radcount">
                        <PlotArea>
                            <Series>
                                <telerik:DonutSeries  DataFieldY="YName" NameField="XName">
                                    <LabelsAppearance Position="OutsideEnd" DataFormatString="{0} %" />
                                    <TooltipsAppearance Color="White" DataFormatString="{0}%"></TooltipsAppearance>
                                </telerik:DonutSeries>
                            </Series>
                            <YAxis>
                            </YAxis>
                        </PlotArea>
                 </telerik:RadHtmlChart>

 

 

1 Answer, 1 is accepted

Sort by
0
Silviya
Telerik team
answered on 11 Dec 2017, 03:07 PM
Hi Liven,

Based on the provided information, you are using RadHtmlChart for ASP.NET AJAX. Check the suggestions provided by my colleague in this forum post. The main idea is to set a greater width for the chart.

I hope this information will help.


Regards,
Silviya
Progress 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
Liven
Top achievements
Rank 1
Answers by
Silviya
Telerik team
Share this question
or