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

X axis label appearence

2 Answers 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
sabarishbabu
Top achievements
Rank 1
sabarishbabu asked on 17 Nov 2009, 09:47 AM
Hi,

  I have added "Lab Name"  as X-axis Items in the bar and Line chart.The label is cut off of if more than 30 characters

For example: if lab Name is "Angeline Elizabeth Kirby Memorial Health Center", It is showing as "Angeline Elizabeth Kirby Memor...".

i would like to show the full name in x axis without ...

How to show the x axis label without overlap and cut off?


Thanks for any help,

2 Answers, 1 is accepted

Sort by
0
sabarishbabu
Top achievements
Rank 1
answered on 18 Nov 2009, 04:21 AM
any update?

Thanks for any help.
0
Vladimir Milev
Telerik team
answered on 19 Nov 2009, 09:10 AM
Hello sabarishbabu,

Try the following options:

<chart item>.PlotArea.XAxis.Appearance.TextAppearance.MaxLength = 9999;
<chart item>.PlotArea.XAxis.Appearance.TextAppearance.AutoTextWrap = Telerik.Charting.Styles.AutoTextWrap.True;

All the best,
Vladimir Milev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
sabarishbabu
Top achievements
Rank 1
Answers by
sabarishbabu
Top achievements
Rank 1
Vladimir Milev
Telerik team
Share this question
or