<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

<inner> (Inner)

Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.

<outer> (Outer)

Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels.

Referenced By

<layoutTarget@val>5.7.2.89)

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>