Hi,
I have two chart areas in a single composite chart. All the axes labels are appearing fine except for the second chart areas. I don't think it is depend on the chartarea. Please see the snapshot. There are some labels which are very near to axis and the other are far to the Axis(please note that sometimes its working fine). I have tried all the properties of the axis, but not solved the problem. Can anyone tell me how should I fix this?
Thanks In Advance,
Sanjeev.
You can actually disable the layout behaviors (set to None) for that axis and they should stop staggering, but if they would have been colliding without the behaviors being applied then you might end up with some colliding labels.
It seems like something activated the staggering effect for the labels for that y axis.
Is your Labels.Layout.Behavior for that axis set to auto? or some other value? I can't really tell from your picture what could be causing the labels to choose to stagger for your case. Normally I believe this wouldn't occur unless the labels were colliding. Can you share some sort of sample that demonstrates the issue for us to look at?
-Graham