Hello,
Attached you can see that switching the visibility of the legend title affects the border rectangle (latest TChar Pro 2014, XE6, Windows 8.1)
Legend border issue with 2014
Legend border issue with 2014
- Attachments
-
- Legend title off.gif (14.64 KiB) Viewed 10942 times
-
- Legend title on.gif (15.85 KiB) Viewed 10918 times
Re: Legend border issue with 2014
Hello,
Take a look at the project attached. I can't reproduce the problem with it, can you? Could you please modify it so we can reproduce the problem here?
Thanks in advance.
Take a look at the project attached. I can't reproduce the problem with it, can you? Could you please modify it so we can 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: Legend border issue with 2014
Hello,
Take a look now (I pasted my original plot). Please also notice that the left axis title does not appear to be drawn around the middle of the axis rather than starts from the middle.
Regards
Take a look now (I pasted my original plot). Please also notice that the left axis title does not appear to be drawn around the middle of the axis rather than starts from the middle.
Regards
- Attachments
-
- Project1.zip
- (4.53 KiB) Downloaded 844 times
Re: Legend border issue with 2014
Hello,
At Chart.pas you'll find a nested function with the signature:
Just add this at the beginning of this function:
http://bugs.teechart.net/show_bug.cgi?id=809
I've reproduced it with v2014.11 but not with the actual sources, so I'd expect this to be fixed with the next maintenance release.johnnix wrote:Take a look now (I pasted my original plot).
At Chart.pas you'll find a nested function with the signature:
Code: Select all
Function CalcColumnsWidth(NumLegendValues:Integer):Integer;
Code: Select all
ParentChart.Canvas.AssignFont(Font);
I've added it to the public tracker:johnnix wrote:Please also notice that the left axis title does not appear to be drawn around the middle of the axis rather than starts from the middle.
http://bugs.teechart.net/show_bug.cgi?id=809
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Legend border issue with 2014
This is great, thank you so much!!!!
Regards
John
Regards
John