Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns the 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 for more info.)

Signature
C#C#
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}{signature:vb.net
vb.net
}
Public Property ChartSize() As PrintedChartSize
Remarks
If you set this to
{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}