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
739
Title of X-Axis + UltraChart
posted

Hi,

      I am developing Windows Application using UltraChart.

      In that Chart I need to display the x-axis and y-axis from the datasource.

      Is it Possible please send me the code.

      Or atleast try and give the code to display x-axis and y-axis title.

 

Thanks in Advance

C. Prabhakar

Parents
  • 17605
    posted

    Hi Prabhakar,

    There are titles in the UltraChart - left, right, top and bottom.

    For title of the y-axis you can use:

    this.ultraChart1.TitleLeft.Visible = true;

    this.ultraChart1.TitleLeft.Text = "Title";

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

Reply Children
No Data