Hi wj,
You may disable text wrapping for the X axis item labels:
RadChart1.PlotArea.XAxis.Appearance.TextAppearance.AutoTextWrap = Styles.AutoTextWrap.False;
You may also consider rotating the labels as shown in
this help topic.
Finally, you can control the text quality in RadChart like this:
RadChart1.Appearance.TextQuality = Telerik.Charting.Styles.TextQuality.AntiAlias;
Sincerely,
Ves
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items.