Page 1 of 1

Putting a logo in the footer

Posted: Wed Feb 11, 2009 4:48 am
by 10548297
I would like to place a small graphic on the bottom of the TChart component. Can this be done?

Posted: Wed Feb 11, 2009 9:25 am
by yeray
Hi mSchenkel,

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');