[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a data label.
Parent Elements |
Child Elements |
Subclause |
delete (Delete) |
§5.7.2.40 |
dLblPos (Data Label Position) |
§5.7.2.48 |
extLst (Chart Extensibility) |
§5.7.2.64 |
idx (Index) |
§5.7.2.84 |
layout (Layout) |
§5.7.2.88 |
numFmt (Number Format) |
§5.7.2.122 |
separator (Separator) |
§5.7.2.167 |
showBubbleSize (Show Bubble Size) |
§5.7.2.179 |
showCatName (Show Category Name) |
§5.7.2.180 |
showLegendKey (Show Legend Key) |
§5.7.2.185 |
showPercent (Show Percent) |
§5.7.2.188 |
showSerName (Show Series Name) |
§5.7.2.189 |
showVal (Show Value) |
§5.7.2.190 |
spPr (Shape Properties) |
§5.7.2.198 |
tx (Chart Text) |
§5.7.2.215 |
txPr (Text Properties) |
§5.7.2.217 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DLbl">
<sequence>
<element name="idx" type="CT_UnsignedInt" minOccurs="1" maxOccurs="1"/>
<choice>
<element name="delete" type="CT_Boolean" minOccurs="1" maxOccurs="1"/>
<group ref="Group_DLbl" minOccurs="1" maxOccurs="1"/>
</choice>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>