<chartSpace> (Chart Space)

This element specifies overall settings for a single chart, and is the root node for the chart part.

Parent Elements

Root element of DrawingML Chart part

Child Elements

Subclause

<chart> (Chart)

§5.7.2.27

<clrMapOvr> (Color Map Override)

§5.7.2.30

<date1904> (1904 Date System)

§5.7.2.38

<externalData> (External Data Relationship)

§5.7.2.63

<extLst> (Chart Extensibility)

§5.7.2.64

<lang> (Editing Language)

§5.7.2.87

<pivotSource> (Pivot Source)

§5.7.2.145

<printSettings> (Print Settings)

§5.7.2.149

<protection> (Protection)

§5.7.2.150

<roundedCorners> (Rounded Corners)

§5.7.2.160

<spPr> (Shape Properties)

§5.7.2.198

<style> (Style)

§5.7.2.203

<txPr> (Text Properties)

§5.7.2.217

<userShapes> (Reference to Chart Drawing Part)

§5.7.2.222

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

<complexType name="CT_ChartSpace">
	<sequence>
	<element name="date1904" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
	<element name="lang" type="CT_TextLanguageID" minOccurs="0" maxOccurs="1"/>
	<element name="roundedCorners" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
	<element name="style" type="CT_Style" minOccurs="0" maxOccurs="1"/>
	<element name="clrMapOvr" type="a:CT_ColorMapping" minOccurs="0" maxOccurs="1"/>
	<element name="pivotSource" type="CT_PivotSource" minOccurs="0" maxOccurs="1"/>
	<element name="protection" type="CT_Protection" minOccurs="0" maxOccurs="1"/>
	<element name="chart" type="CT_Chart" minOccurs="1" maxOccurs="1"/>
	<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
	<element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
	<element name="externalData" type="CT_ExternalData" minOccurs="0" maxOccurs="1"/>
	<element name="printSettings" type="CT_PrintSettings" minOccurs="0" maxOccurs="1"/>
	<element name="userShapes" type="CT_RelId" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>