is_automatic_size property

is_automatic_size property

Indicates whether the plot area is automatic sized.

Remarks

NOTE: When IsAutomaticSize is set to True, the values you manually set for Width and Height will be disabled.

Definition:

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

See Also