Putting a logo in the footer
Putting a logo in the footer
I would like to place a small graphic on the bottom of the TChart component. Can this be done?
Hi mSchenkel,
I think you may be looking for something like this:
I think you may be looking for something like this:
Code: Select all
Chart1.Foot.Visible := True;
Chart1.Foot.Text.Text := ' ';
Chart1.Foot.Transparent := False;
Chart1.Foot.Picture.LoadFromFile('C:\Program Files\Steema Software\TeeChart 8.04 for Delphi 2007\Docs\DocImages\steemalogo.jpg');
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |