TeeChart Standard PrintPreview

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Peterlepan
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2014 12:00 am

TeeChart Standard PrintPreview

Post by Peterlepan » Mon Mar 03, 2014 10:52 pm

How can I do a PrintPreview with TeeChart Standard commercial? I can't find a preview component, is it a feature of the pro version?

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Standard PrintPreview

Post by Yeray » Tue Mar 04, 2014 9:37 am

Hello,

What exact TeeChart version (build), IDE and language are you using?
Thanks in advance.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Peterlepan
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2014 12:00 am

Re: TeeChart Standard PrintPreview

Post by Peterlepan » Tue Mar 04, 2014 10:02 am

I use TeeChart Standard 2014.10.140220 commercial and RAD Studio XE5 enterprise.

Peterlepan
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2014 12:00 am

Re: TeeChart Standard PrintPreview

Post by Peterlepan » Tue Mar 04, 2014 10:03 am

Hi, I forgot the language is Delphi!

Regards
Peter

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Standard PrintPreview

Post by Yeray » Wed Mar 05, 2014 8:05 am

Hello Peter,

The Print Preview component is only available with the Pro version, but the window is still available with the Standard version. Ie:

Code: Select all

uses VCLTee.TeePrevi;

procedure TForm1.Button1Click(Sender: TObject);
begin
  TeePreview(Self,Chart1);
end;
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Peterlepan
Newbie
Newbie
Posts: 4
Joined: Mon Mar 03, 2014 12:00 am

Re: TeeChart Standard PrintPreview

Post by Peterlepan » Wed Mar 05, 2014 8:15 pm

Hello Yeray,

thank you so much! I was seeking exactly for this function!

Best Regards,

Peter

Post Reply