Hi all,
Please let me know how to reduce excess space between x-axis series labels and title?
You can use axis Extent property for this:
this.UltraChart1.Axis.X.Extent = 30;