<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 |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>