[Table of Contents] [docx version]

Error! No text of specified style in document.

area3DChart (3D Area Charts)

This element specifies the 3-D area series on this chart.

Parent Elements

plotArea5.7.2.146)

 

Child Elements

Subclause

axId (Axis ID)

§5.7.2.9

dLbls (Data Labels)

§5.7.2.49

dropLines (Drop Lines)

§5.7.2.53

extLst (Chart Extensibility)

§5.7.2.64

gapDepth (Gap Depth)

§5.7.2.74

grouping (Grouping)

§5.7.2.76

ser (Area Chart Series)

§5.7.2.174

varyColors (Vary Colors by Point)

§5.7.2.228

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Area3DChart">

   <sequence>

   <group ref="EG_AreaChartShared" minOccurs="1" maxOccurs="1"/>

   <element name="gapDepth" type="CT_GapAmount" minOccurs="0" maxOccurs="1"/>

   <element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="3"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>