<ser>
(Radar Chart Series)
This element specifies a series on a radar chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>