[Table of Contents] [docx version]
Error! No text of specified style in document.
chart (Chart)
This element specifies the chart.
|
Parent Elements |
|
chartSpace (§5.7.2.29) |
|
Child Elements |
Subclause |
|
autoTitleDeleted (Auto Title Is Deleted) |
§5.7.2.7 |
|
backWall (Back Wall) |
§5.7.2.11 |
|
dispBlanksAs (Display Blanks As) |
§5.7.2.42 |
|
extLst (Chart Extensibility) |
§5.7.2.64 |
|
floor (Floor) |
§5.7.2.69 |
|
legend (Legend) |
§5.7.2.94 |
|
pivotFmts (Pivot Formats) |
§5.7.2.144 |
|
plotArea (Plot Area) |
§5.7.2.146 |
|
plotVisOnly (Plot Visible Only) |
§5.7.2.147 |
|
showDLblsOverMax (Show Data Labels over Maximum) |
§5.7.2.181 |
|
sideWall (Side Wall) |
§5.7.2.192 |
|
title (Title) |
§5.7.2.211 |
|
view3D (View In 3D) |
§5.7.2.229 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Chart">
<sequence>
<element name="title" type="CT_Title" minOccurs="0" maxOccurs="1"/>
<element name="autoTitleDeleted" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="pivotFmts" type="CT_PivotFmts" minOccurs="0" maxOccurs="1"/>
<element name="view3D" type="CT_View3D" minOccurs="0" maxOccurs="1"/>
<element name="floor" type="CT_Surface" minOccurs="0" maxOccurs="1"/>
<element name="sideWall" type="CT_Surface" minOccurs="0" maxOccurs="1"/>
<element name="backWall" type="CT_Surface" minOccurs="0" maxOccurs="1"/>
<element name="plotArea" type="CT_PlotArea" minOccurs="1" maxOccurs="1"/>
<element name="legend" type="CT_Legend" minOccurs="0" maxOccurs="1"/>
<element name="plotVisOnly" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="dispBlanksAs" type="CT_DispBlanksAs" minOccurs="0" maxOccurs="1"/>
<element name="showDLblsOverMax" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>