Jump to content
Software FX Community

Recommended Posts

Posted

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

Posted

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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...