<ST_LayoutTarget>
(Layout Target)
This simple type specifies the possible ways to layout the plot area.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels. |
|
Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LayoutTarget">
<restriction base="xsd:string">
<enumeration value="inner"/>
<enumeration value="outer"/>
</restriction>
</simpleType>