I have a chart that is losing some properties when printing to PDF and gaining other. As a new user I can only add one image. In the image below the horizontal axis labels are at 20 degrees and is set to $20,000 grid lines. When I print the spreadsheet to PDF, the text is horizontal, and it adds additional grid lines at $10,000.
Is there a way when printing the spreadsheet to print the chart(s) as images and maintain its settings? I am using the following print command:
workbook.Save(pdfFile, new PdfSaveOptions() { SelectionType = SelectionType.EntireFile });
This is the chart in Excel: