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!
In that case, i think implementing IRenderLabel or a custom layer is the only way to blank out the unwanted labels.
Thanks for your help. The Layout property of Axis.X.Labels doesn't exist for the version that I'm using (v5.3 for .NET 1.1) unfortunately.
try setting Axis.X.Labels.Layout.Behavior = Auto, this should enable the anti-collision feature for axis labels.