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
440
Stacked Column Chart X Axis Labels Overlap
posted

Hi

When I set my ultrachart to be a Stacked Column chart and there are a lot of data along the X-axis, the labels overwrite each other until it becomes a black block where the labels should be. I've used AxisTickStyle.Smart to solve this problem on other chart types, but it doesn't work on Stacked Column charts.

Thanks for any help!

Parents
  • 28496
    Offline posted

    try setting Axis.X.Labels.Layout.Behavior = Auto, this should enable the anti-collision feature for axis labels. 

Reply Children