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

Dynamically generated chart autolayout, text wrap, etc. not working

1 Answer 36 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Karl Wilkens
Top achievements
Rank 1
Karl Wilkens asked on 23 Jun 2011, 02:49 PM
Hi,

I am creating a chart via code and adding to a placeholder, and with the exception of appearance, it works fine, I see the series values, etc. and all is well. I am doing the following

 Dim rc As New RadChart
                rc.SeriesOrientation = Telerik.Charting.ChartSeriesOrientation.Horizontal
                rc.AutoLayout = True
                rc.AutoTextWrap = True
                rc.ChartTitle.TextBlock.Appearance.AutoTextWrap = True

But despite this, the chart titles do no auto wrap and I get a result like the attached screen shot. Any thoughts on how to overcome this?

1 Answer, 1 is accepted

Sort by
0
Evgenia
Telerik team
answered on 28 Jun 2011, 02:17 PM
Hi Karl,

Why don't you try our Multi-Line Labels feature as described in this help topic?

Best wishes,
Evgenia
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Chart (Obsolete)
Asked by
Karl Wilkens
Top achievements
Rank 1
Answers by
Evgenia
Telerik team
Share this question
or