Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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