SpreadsheetGear 2017
PageSetup Property (IChart)






SpreadsheetGear.Charts Namespace > IChart Interface : PageSetup Property
Returns an instance of IPageSetup which represents the page setup options of this chart.
Syntax
'Declaration
 
ReadOnly Property PageSetup As IPageSetup
'Usage
 
Dim instance As IChart
Dim value As IPageSetup
 
value = instance.PageSetup
IPageSetup PageSetup {get;}
read-only property PageSetup: IPageSetup; 
function get PageSetup : IPageSetup
__property IPageSetup* get_PageSetup();
property IPageSetup^ PageSetup {
   IPageSetup^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChart Interface
IChart Members