Multiple Y axes- labels/title overlap each other
Posted: Wed Jan 19, 2005 12:22 am
Hi,
I have multiple Y axes and they are not stacked. These custom Y axes are placed using Relative position percent. When the labels are around 3 digits wide, then things look ok but when they get to 4 digits, then the Title of that axis will be drawn overlapping with the next axis.
a) If you increase the the Relative postion percent then it works- but of course, that is not dynamic. e.g if the labels are all 2 digits then it's too much and if they are all 5 digits then it might be too little
b) A dynamic approach would be to figure out where the left corner of the previous axis was and then draw before that. My problem is that I couldn't figure out a way to get that left corner. Axis.Title.Left always comes back as 0.
c) any approach you guys might suggest
Thanks
I have multiple Y axes and they are not stacked. These custom Y axes are placed using Relative position percent. When the labels are around 3 digits wide, then things look ok but when they get to 4 digits, then the Title of that axis will be drawn overlapping with the next axis.
a) If you increase the the Relative postion percent then it works- but of course, that is not dynamic. e.g if the labels are all 2 digits then it's too much and if they are all 5 digits then it might be too little
b) A dynamic approach would be to figure out where the left corner of the previous axis was and then draw before that. My problem is that I couldn't figure out a way to get that left corner. Axis.Title.Left always comes back as 0.
c) any approach you guys might suggest
Thanks