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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.