<layout> (Layout)

This element specifies how the chart element is placed on the chart.

Parent Elements

<dispUnitsLbl>5.7.2.46); <dLbl>5.7.2.47); <legend>5.7.2.94); <plotArea>5.7.2.146); <title>5.7.2.211); <trendlineLbl>5.7.2.213)

Child Elements

Subclause

<extLst> (Chart Extensibility)

§5.7.2.64

<manualLayout> (Manual Layout)

§5.7.2.105

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Layout">
	<sequence>
	<element name="manualLayout" type="CT_ManualLayout" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>