2.24.3.70 CT_PlotAreaRegion
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_PlotArea
A complex type<489> that specifies a plot area region. The plot area region contains the series that is plotted within it.
Child Elements:
plotSurface: A CT_PlotSurface element<490> that specifies the canvas on which the series is plotted.
series: A CT_Series element<491> that specifies the series for this region of the chart.
extLst: A CT_ExtensionList element<492> 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_PlotAreaRegion"> <xsd:sequence> <xsd:element name="plotSurface" type="CT_PlotSurface" minOccurs="0" maxOccurs="1"/> <xsd:element name="series" type="CT_Series" minOccurs="0" maxOccurs="unbounded"/> <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).