<plotArea>
(Plot Area)
This element specifies the plot area of the chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PlotArea">
<sequence>
<element name="layout" type="CT_Layout" minOccurs="0" maxOccurs="1"/>
<choice minOccurs="1" maxOccurs="unbounded">
<element name="areaChart" type="CT_AreaChart" minOccurs="1" maxOccurs="1"/>
<element name="area3DChart" type="CT_Area3DChart" minOccurs="1" maxOccurs="1"/>
<element name="lineChart" type="CT_LineChart" minOccurs="1" maxOccurs="1"/>
<element name="line3DChart" type="CT_Line3DChart" minOccurs="1" maxOccurs="1"/>
<element name="stockChart" type="CT_StockChart" minOccurs="1" maxOccurs="1"/>
<element name="radarChart" type="CT_RadarChart" minOccurs="1" maxOccurs="1"/>
<element name="scatterChart" type="CT_ScatterChart" minOccurs="1" maxOccurs="1"/>
<element name="pieChart" type="CT_PieChart" minOccurs="1" maxOccurs="1"/>
<element name="pie3DChart" type="CT_Pie3DChart" minOccurs="1" maxOccurs="1"/>
<element name="doughnutChart" type="CT_DoughnutChart" minOccurs="1" maxOccurs="1"/>
<element name="barChart" type="CT_BarChart" minOccurs="1" maxOccurs="1"/>
<element name="bar3DChart" type="CT_Bar3DChart" minOccurs="1" maxOccurs="1"/>
<element name="ofPieChart" type="CT_OfPieChart" minOccurs="1" maxOccurs="1"/>
<element name="surfaceChart" type="CT_SurfaceChart" minOccurs="1" maxOccurs="1"/>
<element name="surface3DChart" type="CT_Surface3DChart" minOccurs="1" maxOccurs="1"/>
<element name="bubbleChart" type="CT_BubbleChart" minOccurs="1" maxOccurs="1"/>
</choice>
<choice minOccurs="0" maxOccurs="unbounded">
<element name="valAx" type="CT_ValAx" minOccurs="1" maxOccurs="1"/>
<element name="catAx" type="CT_CatAx" minOccurs="1" maxOccurs="1"/>
<element name="dateAx" type="CT_DateAx" minOccurs="1" maxOccurs="1"/>
<element name="serAx" type="CT_SerAx" minOccurs="1" maxOccurs="1"/>
</choice>
<element name="dTable" type="CT_DTable" minOccurs="0" maxOccurs="1"/>
<element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>