Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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