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

...

Description

Excerpt

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.

...

Signature
C#
C#
 public sealed class PrintedChartSize : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class PrintedChartSize
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Custom}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.|
|{anchor:ScaleToFitPage}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.|
|{anchor:UseFullPage}UseFullPage|The chart's plot area and elements within the plot area can be sized and moved, but not the chart area.|
Values

Name

Description

Anchor
Custom
Custom
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.

Anchor
ScaleToFitPage
ScaleToFitPage
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.

Anchor
UseFullPage
UseFullPage
UseFullPage

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