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
405
Add another lable below X Axis
posted

Hi,

I am using bar chat. I want to add lable "bet" below my X Axis. My X axis is showing some numeric values. Please tell me how we can do this.

Thanks and Regards,
Rosy Malhotra

Parents
No Data
Reply
  • 17605
    posted

    You can add a bottom title:

    this.ultraChart1.TitleBottom.Text = "bet";

    this.ultraChart1.TitleBottom.HorizontalAlign = StringAlignment.Center;

Children
No Data