ChartSize Property Example

This example scales the first chart in the active workbook to fit a full page.

ActiveWorkbook.Charts(1).PageSetup.ChartSize = xlFullPage

Send feedback to MSDN.Look here for MSDN Online resources.