<layoutTarget>
(Layout Target)
This element specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels).
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the layout target value. The possible values for this attribute are defined by the ST_LayoutTarget simple type (§5.7.3.21). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LayoutTarget">
<attribute name="val" type="ST_LayoutTarget" default="outer"/>
</complexType>