MaximumOffset and Axis Title position

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Alessandro
Newbie
Newbie
Posts: 9
Joined: Fri Jan 20, 2006 12:00 am

MaximumOffset and Axis Title position

Post by Alessandro » Sat Sep 09, 2006 10:05 am

Hi,

I am using version 7.07. I don't understand why if you set TChartAxis.MaximumOffset<>0 the Axis title position is changed. The code that moves the title axis is in TeEngine, line 10640:

if tmpHasOffsets then
with Axis do
FPosTitle:=InflateAxisPos(FPosLabels,SizeLabels);

Thanks,

Alessandro

Post Reply