0

What are the properties that control the width of the X-axis labels on a horizontal bar RadChart? Here's what it looks like now:

I need the labels on the left to be wider.

mattalxndr
  • 9,143
  • 8
  • 56
  • 87

1 Answers1

0

I actually, just needed to keep the auto layout doing its thing, and disable auto wrapping this way:

var item = new ChartAxisItem();
item.Appearance.RotationAngle = AutoTextWrap.False
mattalxndr
  • 9,143
  • 8
  • 56
  • 87