SpreadsheetGear 2017
AutoScaling Property (IChart)






SpreadsheetGear.Charts Namespace > IChart Interface : AutoScaling Property
Gets or sets the property which specifies whether 3D charts will be scaled to approximate the size of the equivalent 2D chart.
Syntax
'Declaration
 
Property AutoScaling As System.Boolean
'Usage
 
Dim instance As IChart
Dim value As System.Boolean
 
instance.AutoScaling = value
 
value = instance.AutoScaling
System.bool AutoScaling {get; set;}
read-write property AutoScaling: System.Boolean; 
function get,set AutoScaling : System.boolean
__property System.bool get_AutoScaling();
__property void set_AutoScaling( 
   System.bool value
);
property System.bool AutoScaling {
   System.bool get();
   void set (    System.bool value);
}
Remarks
This property is ignored if RightAngleAxes is not set to true.
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
RightAngleAxes Property