Mick Posted February 17, 2010 Report Posted February 17, 2010 If I have too many x axis labels in my chart, sometimes they are hidden from view. Is there any way to make sure that every label prints, even if it overlaps with another? Thank you, Mick Quote
JuanC Posted February 18, 2010 Report Posted February 18, 2010 I am not sure if you will like the result but this is how you would force every label to appear chart1.AxisX.Step = 1; Note that in this case we will not do auto-layout of the labels so you might also have to play with AxisX.Labels, e.g. chart1.AxisX.Labels.Angle = 90;JuanC Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.