I use fixed LabelsSize
and TitleSize
to keep my TChart LeftAxis at the same position, but the axis title (90° vertical) move around depending on its length. It is clear that the title's X position is calculated from the centre of the 0° (horizontal) string length instead of at a fixed position for the top or bottom of the 90° text, which is independent of length.
Is there a way around this?
Padding with spaces does not work, presumably because these are stripped before the title is plotted.
Thanks