SpreadsheetGear 2023
ZoomToFit Property (IChartSheetWindowInfo)


SpreadsheetGear Namespace > IChartSheetWindowInfo Interface : ZoomToFit Property
Gets or sets the value which specifies whether to scale the chart to fit in the viewable area of the chart sheet.
Syntax
'Declaration
 
Property ZoomToFit As System.Boolean
'Usage
 
Dim instance As IChartSheetWindowInfo
Dim value As System.Boolean
 
instance.ZoomToFit = value
 
value = instance.ZoomToFit
System.bool ZoomToFit {get; set;}
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

IChartSheetWindowInfo Interface
IChartSheetWindowInfo Members