<legend> (Legend)

This element specifies the legend.

Parent Elements

<chart>5.7.2.27)

Child Elements

Subclause

<extLst> (Chart Extensibility)

§5.7.2.64

<layout> (Layout)

§5.7.2.88

<legendEntry> (Legend Entry)

§5.7.2.95

<legendPos> (Legend Position)

§5.7.2.96

<overlay> (Overlay)

§5.7.2.133

<spPr> (Shape Properties)

§5.7.2.198

<txPr> (Text Properties)

§5.7.2.217

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

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