GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / AutoScaling Property


In This Topic
AutoScaling Property
In This Topic
true if scales a 3D chart so that it's closer in size to the equivalent 2D chart and false otherwise.
Syntax
'Declaration
 
Property AutoScaling As Boolean
 
'Usage
 
Dim instance As IChart
Dim value As Boolean
 
instance.AutoScaling = value
 
value = instance.AutoScaling
Remarks
The property RightAngleAxes must be true.This function works with Spread WPF only.
See Also