Hello,
When i create a pie and i active the marks here is what i obtain
http://www.cijoint.fr/cjlink.php?file=c ... f38qeA.jpg
we can see that the mark on the left is not entire
How could i solve it?
Thanks
Regards
Marks not in the frame
Hi Calou,
Have you tried to add some left margin? For example:
Have you tried to add some left margin? For example:
Code: Select all
procedure TForm1.FormCreate(Sender: TObject);
begin
Chart1.MarginUnits := muPixels;
Chart1.MarginLeft := 20;
end;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |