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
Thanks for yor help.
setting Axis.X.Labels.Visible = False and Axis.Y.Labels.Visible = False would be the simplest solution, of course
You can try to look at: http://forums.infragistics.com/forums/p/3428/18342.aspx post. There is an example of manipulating labels from the code.