layout_target_type property

layout_target_type property

If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels). Read/write ChartPlotArea.layout_target_type.

Definition:

@property
def layout_target_type(self):
    ...

@layout_target_type.setter
def layout_target_type(self, value):
    ...

See Also