CT_Legend

Complex Type Information

Model

Used By

Element CT_Chart/legend

Source

<xsd:complexType name="CT_Legend">
  <xsd:sequence>
    <xsd:element name="legendPos" type="CT_LegendPos" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="legendEntry" type="CT_LegendEntry" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="layout" type="CT_Layout" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="overlay" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>