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}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.{excerpt}
{signature:C#}
 public sealed class PrintedChartSize : TypesafeEnum
{signature}{signature: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.|