How do you increae the width of Y axis label on a bar chart?
Hello CoolBreeze ,
You can do this by increasing the Y axis extent:
http://help.infragistics.com/NetAdvantage/ASPNET/2010.3/CLR4.0/?page=Chart_Distance_Between_the Axis_and_the_Chart_Edge.html
this.ultraChart1.Axis.Y.Extent = 200;
Let me know if you need further assistance regarding this.