Print Previewer
Posted: Thu Nov 16, 2006 4:58 pm
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
Thanks,
Tom
Steema Software - Customer Support Forums
http://216.92.101.67/support/
Code: Select all
procedure TForm1.ChartPreviewer1Show(Sender: TObject);
begin
ChartPreviewer1.PreviewPanel.Panels.Add(Chart2)
end;