In the charts is there a way to right align the Y-axis values? The default behavior is to left align which would mean losing some real estate space on the chart. So please suggest a way if someone has tried this.
Hi Kumar,
By default the axis y label are right align. You can control the alignment by setting the following property:
ultraChart1.Axis.Y.Labels.HorizontalAlign = StringAlignment.Far;