A chart's PrintedChartSize value determines how you can move and size the chart area, plot area, and the chart elements when printing the chart.

 public sealed class PrintedChartSize : TypesafeEnum
Public NotInheritable Class PrintedChartSize
		Inherits TypesafeEnum

Name

Description

Custom

The entire chart (the chart area) can be sized and moved. The positions of chart elements such as titles, text boxes, and arrows shift relative to the chart area.

ScaleToFitPage

The entire chart (the chart area) can be sized and moved. The positions of chart elements such as titles, text boxes, and arrows shift relative to the chart area.

UseFullPage

The chart's plot area and elements within the plot area can be sized and moved, but not the chart area.