<radarChart>
(Radar Charts)
This element contains the radar chart series on this chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RadarChart">
<sequence>
<element name="radarStyle" type="CT_RadarStyle" minOccurs="1" maxOccurs="1"/>
<element name="varyColors" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="ser" type="CT_RadarSer" minOccurs="0" maxOccurs="unbounded"/>
<element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
<element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>