<dLbls>
(Data Labels)
This element serves as a root element that specifies the settings for the data labels for an entire series or the entire chart. It contains child elements that specify the specific formatting and positioning settings.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DLbls">
<sequence>
<element name="dLbl" type="CT_DLbl" minOccurs="0" maxOccurs="unbounded"/>
<choice>
<element name="delete" type="CT_Boolean" minOccurs="1" maxOccurs="1"/>
<group ref="Group_DLbls" minOccurs="1" maxOccurs="1"/>
</choice>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>