<legendEntry> (Legend Entry)

This element specifies a legend entry.

Parent Elements

<legend>5.7.2.94)

Child Elements

Subclause

<delete> (Delete)

§5.7.2.40

<extLst> (Chart Extensibility)

§5.7.2.64

<idx> (Index)

§5.7.2.84

<txPr> (Text Properties)

§5.7.2.217

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

<complexType name="CT_LegendEntry">
	<sequence>
	<element name="idx" type="CT_UnsignedInt" minOccurs="1" maxOccurs="1"/>
	<choice>
	<element name="delete" type="CT_Boolean" minOccurs="1" maxOccurs="1"/>
	<group ref="EG_LegendEntryData" minOccurs="1" maxOccurs="1"/>
	</choice>
	<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>