Hello,
Sorry for the delayed reply here.
I've observed there seems to be a problem with the Chart Title alignment. I'm investigating it.
Pie Chart Legend bug or my missing call?
Re: Pie Chart Legend bug or my missing call?
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
Re: Pie Chart Legend bug or my missing call?
Hello John,
Here the diff:
I've identified it (#2770) and I've also fixed it.
Here the diff:
Code: Select all
--- a/Chart.pas
+++ b/Chart.pas
@@ -2375,7 +2375,7 @@ Begin
else
tmpVPos:={$IFDEF FMX}Round{$ENDIF}(ParentChart.ChartRect.Bottom-Height-tmpHalfBorder);
- tmpLeft:=ParentChart.{$IFDEF FMX}Position.X{$ELSE}Left{$ENDIF};
+ tmpLeft:=ParentChart.ChartBounds.Left;
if AdjustFrame then
begin
--
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |
Re: Pie Chart Legend bug or my missing call?
I've added a Pie to your sample project and I've set it to 2D.
This is how the pdf looks for me here:
This is how the pdf looks for me here:
Best Regards,
![]() | Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) |
![]() ![]() ![]() ![]() ![]() ![]() |
Please read our Bug Fixing Policy |