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
bool AutoScaling {get; set;}
See Also