Share via


ChartSheet.AutoScaling Property (2007 System)

Gets a value that indicates whether Microsoft Office Excel scales a 3-D Microsoft.Office.Tools.Excel.ChartSheet so that it is closer in size to the equivalent 2-D chart

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property AutoScaling As Boolean
'Usage
Dim instance As ChartSheet 
Dim value As Boolean 

value = instance.AutoScaling

instance.AutoScaling = value
[BrowsableAttribute(false)]
public bool AutoScaling { get; set; }
[BrowsableAttribute(false)]
public:
property bool AutoScaling {
    bool get ();
    void set (bool value);
}
public function get AutoScaling () : boolean 
public function set AutoScaling (value : boolean)

Property Value

Type: System.Boolean
true if Microsoft Office Excel scales a 3-D Microsoft.Office.Tools.Excel.ChartSheet so that it is closer in size to the equivalent 2-D chart.

Remarks

The RightAngleAxes property must be true.

.NET Framework Security

See Also

Reference

ChartSheet Class

ChartSheet Members

Microsoft.Office.Tools.Excel Namespace