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
235
X-axis title
posted

how i add a title eg 'Annual Volatility' just below the axis labels? I am using scatter chart (if it makes any difference)

 

Thanks

Parents
No Data
Reply
  • 53790
    posted

    Hi,

    Maybe one possible approach could be if you are using the properties:

    ultraChart1.TitleBottom.HorizontalAlign =StringAlignment.Center;

    ultraChart1.TitleBottom.Text ="This is my custom title";

    Please let me know if you have any questions.

    Regards

Children