I would like to reduce the empty space between my chart titles and each adjacent axis. How can I do this?
You can try:
this.ultraChart1.Axis.X.Extent = 50;
That worked perfectly thanks.