How can I change Print Preview Title Icon?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ryderbay
Newbie
Newbie
Posts: 4
Joined: Wed Mar 24, 2004 5:00 am
Location: Korea
Contact:

How can I change Print Preview Title Icon?

Post by Ryderbay » Mon May 03, 2004 6:20 am

(Running Delphi7 and Teechart Pro 7)

I wanna change Print Preview Title Icon.
but I cannot find out any info. about that.

help me plz. :(

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 03, 2004 9:06 am

Hi,

you can place a ChartPreviewer component in the Form, asociate it to the Chart and then change the title using :
ChartPreviewer1.Title := 'My custom Title';

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon May 03, 2004 9:07 am

Hi,

you can place a ChartPreviewer component in the Form, asociate it to the Chart and then change the title using :
ChartPreviewer1.Title := 'My custom Title';

Post Reply