Class ExcelPrintedChartSize
Enumeration of the print size of charts in Excel.
Inheritance
System.Object
ExcelPrintedChartSize
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelPrintedChartSize : Enum
Fields
Custom
Represents the Custom option.
Declaration
public const ExcelPrintedChartSize Custom
Field Value
Type |
---|
ExcelPrintedChartSize |
ScaleToFitPage
Represents the ScaleToFit page option.
Declaration
public const ExcelPrintedChartSize ScaleToFitPage
Field Value
Type |
---|
ExcelPrintedChartSize |
UseFullPage
Represents the Use Full Page option.
Declaration
public const ExcelPrintedChartSize UseFullPage
Field Value
Type |
---|
ExcelPrintedChartSize |