Hi,
I am using a line chart in which I am plotting Values Vs. Time. All the values are getting plotted correctly but I want to display text 'Time' on X-axis and 'Value' on Y-Axis apart from X & Y axis scales.
Is it possible ? Please help me
You can try adding titles:
this.UltraChart1.TitleBottom.Text = "Time";