Chart.AutoScaling Property

Scales a 3-D chart so that it's closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Boolean True if Microsoft Word scales a 3-d chart so that it is closer in size to the equivalent 2-d chart; otherwise, False.

See Also

Reference

Chart Interface

Chart Members

Microsoft.Office.Interop.Word Namespace