Hello,
I just upgraded to the latest version and there is a bug in logaritmic axis max position (appears to be placed in the middle of the axis). I really need a quick fix for this!!!
Bug in Logarithimic axis
Bug in Logarithimic axis
- Attachments
-
- Screenshot 2022-11-15 085955.png (10.33 KiB) Viewed 6589 times
Re: Bug in Logarithimic axis
Hello,
I thing the issue can be found in line 5980 of TeEngine.pas, the following works ok
Can you pleae confirm this ok to keep?
I thing the issue can be found in line 5980 of TeEngine.pas, the following works ok
Code: Select all
if FInverted then result:=Round((ILogMax-ln(Value))*(IAxisLogSizeRange))
else result:=Round((ln(Value)-ILogMin)*(IAxisLogSizeRange));
Re: Bug in Logarithimic axis
Hello,
Can you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Can you please arrange a simple example project we can run as-is to reproduce the problem here?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Bug in Logarithimic axis
Hello,
Simply drop a TChart component and set Y axis to be logarithmic, minimum 1 and maximum 1000
Simply drop a TChart component and set Y axis to be logarithmic, minimum 1 and maximum 1000
Re: Bug in Logarithimic axis
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |