Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1401
Right alignment of Y-axis values
posted

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.

Y-axis alignment.zip
  • 2406
    Verified Answer
    posted

    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;