Page 1 of 1

3D depth axis title orientation

Posted: Sat Oct 13, 2018 1:56 pm
by 16584466
Hello,

I am using the latest TeeChart version, there seems to be an issue with the depth axis title orientation as there is a difference in the orientation between design time and run time.

Re: 3D depth axis title orientation

Posted: Wed Oct 17, 2018 11:03 am
by yeray
Hello,

The title of the delphi axis (Axis3) looks the same for me at designtime and at runtime:
Project1_2018-10-17_12-55-44.png
Project1_2018-10-17_12-55-44.png (164.97 KiB) Viewed 14418 times
Note I've added this to the project to output the TeeChart version that is being used at runtime:

Code: Select all

uses TeeConst;

procedure TForm1.FormShow(Sender: TObject);
begin
  //...

  Caption:=TeeMsg_Version;
end;
Compare this version with the version the about box gives you at designtime to be sure you are using the same version.

Re: 3D depth axis title orientation

Posted: Thu Oct 18, 2018 12:29 pm
by 16584466
As I already mentioned I am using the latest version ...

Re: 3D depth axis title orientation

Posted: Tue Oct 23, 2018 6:59 am
by yeray
Hello,

After several TeeChart installations, the designtime package (DclTee*.bpl) in the list of packages is built with the last version, but sometimes there are residual paths in the Library path that make the applications to use an older version at runtime. That's why I asked you to check the TeeChart version at runtime.

This could explain a different behaviour at designtime and at runtime.

Re: 3D depth axis title orientation

Posted: Mon Oct 29, 2018 6:33 am
by 16584466
FYI axis title orientation is set to zero

Re: 3D depth axis title orientation

Posted: Tue Oct 30, 2018 5:03 pm
by 10050769
Hello,

The problem is the same as bug id 2119

Feel free to add your mail to the CC list to be notified when an update arrives.

Thanks in advance