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
633
Remove Row Label
posted

See picture, how can i remove this??

 

Parents
No Data
Reply
  • 8736
    posted

    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

Children