How do I persuade TChart 6 to print in landscape mode when using the PrintPages method?
I can set the orientation to landscape with various methods, but they all seem to generate their own print and then, when I issue a PrintPages(1, chart.NumPages) the resulting output is Portrait.
This is very frustrating!
Landscape Printing with PrintPages
Hi Steve,
have you tried using :
Uses ..., Printers;
Printer.Orientation := poLandscape;
have you tried using :
Uses ..., Printers;
Printer.Orientation := poLandscape;
Pep Jorge
http://support.steema.com
http://support.steema.com