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
Thanks for Your Information. But I now face another Problem. When the User Tilt the Chart in any direction, the x-axis and y-axis title keeps constant. It does not moves. Is there any option to move it when i tilt the chart.
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.Text = "Title";
this.ultraChart1.TitleLeft.HorizontalAlign = StringAlignment.Center;