TeeChart Standard PrintPreview
-
- Newbie
- Posts: 4
- Joined: Mon Mar 03, 2014 12:00 am
TeeChart Standard PrintPreview
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?
Re: TeeChart Standard PrintPreview
Hello,
What exact TeeChart version (build), IDE and language are you using?
Thanks in advance.
What exact TeeChart version (build), IDE and language are you using?
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 4
- Joined: Mon Mar 03, 2014 12:00 am
Re: TeeChart Standard PrintPreview
I use TeeChart Standard 2014.10.140220 commercial and RAD Studio XE5 enterprise.
-
- Newbie
- Posts: 4
- Joined: Mon Mar 03, 2014 12:00 am
Re: TeeChart Standard PrintPreview
Hi, I forgot the language is Delphi!
Regards
Peter
Regards
Peter
Re: TeeChart Standard PrintPreview
Hello Peter,
The Print Preview component is only available with the Pro version, but the window is still available with the Standard version. Ie:
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 4
- Joined: Mon Mar 03, 2014 12:00 am
Re: TeeChart Standard PrintPreview
Hello Yeray,
thank you so much! I was seeking exactly for this function!
Best Regards,
Peter
thank you so much! I was seeking exactly for this function!
Best Regards,
Peter