Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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.

C#
public sealed class PrintedChartSize : TypesafeEnum
vb.net
Public NotInheritable Class PrintedChartSize
        Inherits TypesafeEnum

Values

Name

Description

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.

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.

UseFullPage

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

  • No labels