2.24.3.11 CT_ChartSpace

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: chartSpace

A complex type<267> that specifies the chart container object.

Child Elements:

chartData: A CT_ChartData element<268> that specifies the data for the chart.

chart: A CT_Chart element<269> that specifies chart layout and formatting information.

spPr: A CT_ShapeProperties ([ISO/IEC29500-1:2016] section A.4.1) element<270> that specifies OfficeArt shape properties for the entire chart.

txPr: A CT_TextBody ([ISO/IEC29500-1:2016] section A.4.1) element<271> that specifies OfficeArt text properties for the entire chart.

clrMapOvr: A CT_ColorMapping ([ISO/IEC29500-1:2016] section A.4.1) element that specifies the color mapping override for the entire chart. This is used to override the application's color mapping when the user has elected to keep the source formatting during a copy-and-paste.

fmtOvrs: A CT_FormatOverrides element<272> that specifies format overrides.

printSettings: A CT_PrintSettings element<273> that specifies print settings.

extLst: A CT_ExtensionList element<274> that specifies an extensibility container.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ChartSpace">
   <xsd:sequence>
     <xsd:element name="chartData" type="CT_ChartData" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="chart" type="CT_Chart" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="clrMapOvr" type="a:CT_ColorMapping" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="fmtOvrs" type="CT_FormatOverrides" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="printSettings" type="CT_PrintSettings" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).