2.24.3.9 CT_Chart

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

Referenced by: CT_ChartSpace

A complex type<259> that specifies chart layout and formatting information.

Child Elements:

title: A CT_ChartTitle element<260> that specifies chart title data and formatting.

plotArea: A CT_PlotArea element<261> that specifies the plot area layout and formatting.

legend: A CT_Legend element<262> that specifies legend layout and formatting.

extLst: A CT_ExtensionList element<263> 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_Chart">
   <xsd:sequence>
     <xsd:element name="title" type="CT_ChartTitle" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="plotArea" type="CT_PlotArea" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="legend" type="CT_Legend" 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).