CT_RadarChart

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CT_RadarChart">
  <xsd:sequence>
    <xsd:element name="radarStyle" type="CT_RadarStyle" minOccurs="1" maxOccurs="1"/>
    <xsd:element name="varyColors" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="ser" type="CT_RadarSer" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
    <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>