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
setting Axis.X.Labels.Visible = False and Axis.Y.Labels.Visible = False would be the simplest solution, of course
Thanks for yor help.