Chart.AutoScaling Property
true if Microsoft PowerPoint scales a 3-D chart so that it is closer in size to the equivalent 2-D chart. The RightAngleAxes property must be true. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property AutoScaling As Boolean
Get
Set
'Usage
Dim instance As Chart
Dim value As Boolean
value = instance.AutoScaling
instance.AutoScaling = value
bool AutoScaling { get; set; }
Property Value
Type: System.Boolean