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.
3D depth axis title orientation
3D depth axis title orientation
- Attachments
-
- SampleProject.zip
- (53.29 KiB) Downloaded 1609 times
Re: 3D depth axis title orientation
Hello,
The title of the delphi axis (Axis3) looks the same for me at designtime and at runtime:
Note I've added this to the project to output the TeeChart version that is being used at runtime:
Compare this version with the version the about box gives you at designtime to be sure you are using the same version.
The title of the delphi axis (Axis3) looks the same for me at designtime and at runtime:
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;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: 3D depth axis title orientation
As I already mentioned I am using the latest version ...
- Attachments
-
- 2018-10-18_15-25-38.png (202.61 KiB) Viewed 22741 times
Re: 3D depth axis title orientation
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: 3D depth axis title orientation
FYI axis title orientation is set to zero
- Attachments
-
- 2018-10-29_8-29-58.png (174.38 KiB) Viewed 22714 times
Re: 3D depth axis title orientation
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
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 |
Instructions - How to post in this forum |