If using the print previewer how do I set it so I can use a chart panel with a bunch of charts on it to do the preview rather than 1 chart?
Thanks,
Tom
Print Previewer
Print Previewer
Tom
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Tom,
You should do something like in the All Features\Welcome!\Printing\Multiple Charts example in the features demo. You'll find the features demo at TeeChart's program group.
You should do something like in the All Features\Welcome!\Printing\Multiple Charts example in the features demo. You'll find the features demo at TeeChart's program group.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Hi Tom,
you should be able to do this by using the following code :
you should be able to do this by using the following code :
Code: Select all
procedure TForm1.ChartPreviewer1Show(Sender: TObject);
begin
ChartPreviewer1.PreviewPanel.Panels.Add(Chart2)
end;
Pep Jorge
http://support.steema.com
http://support.steema.com