Is there a way to programmatically set some of the settings for the chart printing? I want the default print to be orientation of landscape, but the only way I can find to do that is launch the chart1.Printing.PageSetup() and have the user do it. I'd prefer to handle it all myself in code.
Below are my options. I tried playing with the PrintDocument settings, but couldn't find what I needed. Thanks in advanced.
I'm using Visual Studio 2010 and .NET 4.0 and I'm using winforms.
