Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Chart > XAxis AutoTextWrap

Not answered XAxis AutoTextWrap

Feed from this thread
  • Gerhard avatar

    Posted on Feb 2, 2012 (permalink)

    I'm connecting to a access database to get the top ten artists played on the jukebox.
    Everything works fine, the only problem is the way the chart displays the artist names in the X-axis.
    Everything is cluttered. I want the labels to auto wrap but there must be more space so everything will fit in nicely.
    Attached files

    Reply

  • Peshito Peshito admin's avatar

    Posted on Feb 6, 2012 (permalink)

    Hi,

    Have you considered using Horizontal series orientation for your chart. This way your labels will be fully visible. You will also need to set the AutoLayout property to True in order to get the chart automatically position your labels. For example:
    radChart.AutoLayout = true;
    radChart.SeriesOrientation = ChartSeriesOrientation.Horizontal;

    Alternatively in case you want to use the Vertical series orientation, you can expand the space available for the axis labels to be drawn, by using the plot area's Margins property. However using this approach is not applicable when labels are rotated.

    Regards,
    Peshito
    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

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Chart > XAxis AutoTextWrap
Related resources for "XAxis AutoTextWrap"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]