XlObjectSize enumeration (Excel)
Specifies the way a chart is scaled to fit on a page.
Name | Value | Description |
---|---|---|
xlFitToPage | 2 | Print the chart as large as possible, while retaining the chart's height-to-width ratio as shown on the screen. |
xlFullPage | 3 | Print the chart to fit the page, adjusting the height-to-width ratio as necessary. |
xlScreenSize | 1 | Print the chart the same size as it appears on the screen. |
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.