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
585
Hiding Labels for Linechart
posted

Hello NG,

 is there a way i can hide all or some of the Labels ot the x and y axis by code for a Linechart?

Thanks in advance for your help!

 

Stefan

Parents
  • 28496
    Offline posted

    setting Axis.X.Labels.Visible = False and Axis.Y.Labels.Visible = False would be the simplest solution, of course 

Reply Children
No Data