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