3D depth axis title orientation

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
johnnix
Newbie
Newbie
Posts: 34
Joined: Tue Sep 18, 2018 12:00 am

3D depth axis title orientation

Post by johnnix » Sat Oct 13, 2018 1:56 pm

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.
Attachments
SampleProject.zip
(53.29 KiB) Downloaded 868 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: 3D depth axis title orientation

Post by Yeray » Wed Oct 17, 2018 11:03 am

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 14416 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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

johnnix
Newbie
Newbie
Posts: 34
Joined: Tue Sep 18, 2018 12:00 am

Re: 3D depth axis title orientation

Post by johnnix » Thu Oct 18, 2018 12:29 pm

As I already mentioned I am using the latest version ...
Attachments
2018-10-18_15-25-38.png
2018-10-18_15-25-38.png (202.61 KiB) Viewed 14411 times

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: 3D depth axis title orientation

Post by Yeray » Tue Oct 23, 2018 6:59 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

johnnix
Newbie
Newbie
Posts: 34
Joined: Tue Sep 18, 2018 12:00 am

Re: 3D depth axis title orientation

Post by johnnix » Mon Oct 29, 2018 6:33 am

FYI axis title orientation is set to zero
Attachments
2018-10-29_8-29-58.png
2018-10-29_8-29-58.png (174.38 KiB) Viewed 14384 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: 3D depth axis title orientation

Post by Sandra » Tue Oct 30, 2018 5:03 pm

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
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply