See picture, how can i remove this??
Hello Scott,
You can achieve above functionality by setting Y axis labels visible to false. The following line of code will make the labels on Y axis to invisible:
this.UltraChart1.Axis.Y.Labels.Visible = false;
Hope this helps.
Thanks,
Bhadresh
Actually, this code (UltraChart1.Axis.Y.Labels.Visible = false;) just hides the actual data labels, not the row identifiers. How do you remove the annoying ROW #1, ROW #2, etc?
I am following up to see if you have any further questions with removing labels on Y axis in the chart?
Update me if you need any further assistance.