Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets or returns the [PrintedChartSize|ChartPageSetup.PrintedChartSize] value for this chart. This property affects how you can move and size the chart area, plot area, and the chart elements when printed.

_(This is not supported in Excel 2007 or later. See [Microsoft's migration considerations for Excel 2007|http://technet.microsoft.com/en-us/library/cc179188%28office.12%29.aspx] for more info.)_{excerpt}
{signature:C#}
 public PrintedChartSize ChartSize{ get; set; }
{signature}{signature:vb.net}
Public Property ChartSize() As PrintedChartSize
{signature}
{remarks}If you set this to [PrintedChartSize.UseFullPage|ChartPageSetup.PrintedChartSize#UseFullPage], the chart's plot area and elements contained within the plot area can be sized and moved, but not the chart area. When you select the [PrintedChartSize.ScaleToFitPage|ChartPageSetup.PrintedChartSize#ScaleToFitPage] or  [PrintedChartSize.Custom|ChartPageSetup.PrintedChartSize#Custom], the entire chart can be sized. With either of these set, the positions of chart elements such as titles, text boxes, and arrows shift relative to the chart area.

{remarks}