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

Layout Size Of Chart Disappear

2 Answers 51 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Watit
Top achievements
Rank 2
Watit asked on 01 Feb 2012, 11:22 AM
Chart set as spidermode and then area of spidermode label loss
i'm not sure about set design property



Please look at my test Project
Copy_of_317544_DoghnutChart.rar

2 Answers, 1 is accepted

Sort by
0
Accepted
Sia
Telerik team
answered on 06 Feb 2012, 12:10 PM
Hello Watit,

What I can suggest is to:
  • remove the width and height of the chart and leave it to stretch automatically.
  • remove the default padding of the chart area
  • set smaller font size to the chart area
  • reduce the distance of the labels
  • reduce the radius of the doughnut
SpiderMode.LabelSettings.Distance = 10d;
SpiderMode.RadiusFactor = 0.7; 
 
InvDoughnutChart.DefaultView.ChartArea.Padding = new Thickness(0);
InvDoughnutChart.DefaultView.ChartArea.FontSize = 8;

I hope this helps.
Please have in mind that when you have a series mapping, you do not need to add data series manually.

Kind regards,
Sia
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Watit
Top achievements
Rank 2
answered on 14 Feb 2012, 09:08 AM
THANK YOU Sia 


Tags
Chart
Asked by
Watit
Top achievements
Rank 2
Answers by
Sia
Telerik team
Watit
Top achievements
Rank 2
Share this question
or