Hello NG,
I got a little Problem with a Linechart. Here is a Image showing a part of my chart. I'm not able to display the Labels at the Y Axis correctly.
Thanks in advance for your help.
Beside I have to admit, the Infragistics Asp.NET controls is one of the best control suits I've worked with in my programming career. Keep up the good work.
Stefan
You can try to use:
this.ultraChart1.Axis.Y.Extent = 100;
Works great, thanks.