[Table of Contents] [docx version]

Error! No text of specified style in document.

ser (Radar Chart Series)

This element specifies a series on a radar chart.

Parent Elements

radarChart5.7.2.154)

 

Child Elements

Subclause

cat (Category Axis Data)

§5.7.2.24

dLbls (Data Labels)

§5.7.2.49

dPt (Data Point)

§5.7.2.52

extLst (Chart Extensibility)

§5.7.2.64

idx (Index)

§5.7.2.84

marker (Marker)

§5.7.2.106

order (Order)

§5.7.2.129

spPr (Shape Properties)

§5.7.2.198

tx (Series Text)

§5.7.2.216

val (Values)

§5.7.2.225

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

<complexType name="CT_RadarSer">

   <sequence>

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

   <element name="marker" type="CT_Marker" minOccurs="0" maxOccurs="1"/>

   <element name="dPt" type="CT_DPt" minOccurs="0" maxOccurs="unbounded"/>

   <element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>

   <element name="cat" type="CT_AxDataSource" minOccurs="0" maxOccurs="1"/>

   <element name="val" type="CT_NumDataSource" minOccurs="0" maxOccurs="1"/>

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

   </sequence>

</complexType>