auto_scaling property

auto_scaling property

True if Microsoft Excel scales a 3-D chart so that it’s closer in size to the equivalent 2-D chart. The RightAngleAxes property must be True.

Definition:

@property
def auto_scaling(self):
    ...
@auto_scaling.setter
def auto_scaling(self, value):
    ...

See Also