is_inner_mode property

is_inner_mode property

Indicates whether the size of the plot area size includes the tick marks, and the axis labels. False specifies that the size shall determine the size of the plot area, the tick marks, and the axis labels.

Remarks

Only for Xlsx file.

Definition:

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

See Also