Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Chart > Chart Axis clipping

Not answered Chart Axis clipping

Feed from this thread
  • Posted on Jan 20, 2012 (permalink)

    Hi,

    For various reasons I can't use the nice GUI designer, so I'm trying to format the chart via codebehind, but I'm having two issues I can't seem to solve.

    1. The YAxis (the names in the image), is clipping, I can't figure out how to fix that. Note that this is a custom Axis - AutoScale = false.
    2. There is a large space between the legend and the actual chart, I can't seem to figure out which property to set to fix this.

    Charting 2011.2.915.40

    Thanks
    Prescott
    Attached files

    Reply

  • Yavor Yavor admin's avatar

    Posted on Jan 23, 2012 (permalink)

    Hello,

    One possible option to handle the desired setup, is to manipulate the margins for the chart plotarea, and the legend. These are accessible through:

    RadChart1.PlotArea.Appearance.Dimensions.Margins
    RadChart1.Legend.Appearance.Dimensions.Paddings

    I hope this gets you started properly.

    Greetings,
    Yavor
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Chart > Chart Axis clipping
Related resources for "Chart Axis clipping"

ASP.NET Chart Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]