ChartPageSetupImpl Class
Class allows users to configure Print setting of chart.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ChartPageSetupImpl : PageSetupBaseImpl, IDisposable, IBiffStorage, IChartPageSetup, IPageSetupBase, IParentApplication
Constructors
ChartPageSetupImpl(IApplication, Object)
Sets application and parent fields.
Declaration
public ChartPageSetupImpl(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object for the page setup. |
System.Object | parent | Parent object for the page setup. |
Properties
FitToPagesTall
Returns or sets the number of pages tall the worksheet will be scaled to when it is printed. Applies only to worksheets. Read / write Boolean.
Declaration
public bool FitToPagesTall { get; set; }
Property Value
Type |
---|
System.Boolean |
FitToPagesWide
Returns or sets the number of pages wide the worksheet will be scaled to when it is printed. Applies only to worksheets. Read / write Boolean.
Declaration
public bool FitToPagesWide { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Clone(Object)
Clone current Record.
Declaration
public ChartPageSetupImpl Clone(object parent)
Parameters
Type | Name | Description |
---|---|---|
System.Object | parent | Parent object for create new instance. |
Returns
Type | Description |
---|---|
ChartPageSetupImpl | Returns clone of current object. |
Implements
System.IDisposable