Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Chart > Layout Size Of Chart Disappear

Answered Layout Size Of Chart Disappear

Feed from this thread
  • Posted on Feb 1, 2012 (permalink)

    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
    Attached files

    Reply

  • Answer Sia Sia admin's avatar

    Posted on Feb 6, 2012 (permalink)

    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 >>

    Reply

  • Posted on Feb 14, 2012 (permalink)

    THANK YOU Sia 


    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Silverlight > Chart > Layout Size Of Chart Disappear
Related resources for "Layout Size Of Chart Disappear"

Silverlight Chart Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  ]