Putting a logo in the footer
Posted: Wed Feb 11, 2009 4:48 am
I would like to place a small graphic on the bottom of the TChart component. Can this be done?
Steema Software - Customer Support Forums
http://216.92.101.67/support/
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');