<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

<manualLayout>5.7.2.105)

Attributes

Description

<val> (Layout Target Value)

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>