2.24.3.69 CT_PlotArea
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Chart
A complex type<484> that specifies the plot area layout and formatting.
Child Elements:
plotAreaRegion: A CT_PlotAreaRegion element<485> that specifies the region of plot area that can contain one or more series.
axis: A CT_Axis element<486> that specifies the axes used for the plot area.
spPr: A CT_ShapeProperties ([ISO/IEC29500-1:2016] section A.4.1) element<487> that specifies OfficeArt shape properties for the plot area.
extLst: A CT_ExtensionList element<488> 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_PlotArea"> <xsd:sequence> <xsd:element name="plotAreaRegion" type="CT_PlotAreaRegion" minOccurs="1" maxOccurs="1"/> <xsd:element name="axis" type="CT_Axis" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="spPr" type="a:CT_ShapeProperties" 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).