Page 1 of 1

Axis Label Angle Changes Size of Frame

Posted: Thu Jan 27, 2022 7:58 pm
by 16680282
For the life of me I cannot figure out how to standardize the size of the frame. If I have two charts side by side and I want the frame sizes to be identical regardless of the data, all is well if I keep the label angle at zero. However, if one chart has an angle of say 90, it reduces the vertical size of the frame so the longer labels will fit. I can fudge it by trying to adjust the chart height based on the maximum label length, but it's impossible to be accurate. There has got to be a better way to make sure TeeChart does not change the size of the frame. The documentation does not appear to shed light on this.

Re: Axis Label Angle Changes Size of Frame

Posted: Fri Jan 28, 2022 7:23 am
by yeray
Hello,

You could do something similar to the LeftAlignCharts method here but for the Bottom axis.
Don't hesitate to let us know if you find problems with it.