How can I control the width of the X-axis labels on a horizontal bar RadChart?

StackOverflow https://stackoverflow.com/questions/16512604

  •  21-04-2022
  •  | 
  •  

سؤال

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.

هل كانت مفيدة؟

المحلول

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
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top