[Table of Contents] [docx version]
Error! No text of specified style in document.
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 |
area3DChart (§5.7.2.4); areaChart (§5.7.2.5); bar3DChart (§5.7.2.15); barChart (§5.7.2.16); bubbleChart (§5.7.2.20); doughnutChart (§5.7.2.50); line3DChart (§5.7.2.97); lineChart (§5.7.2.98); ofPieChart (§5.7.2.127); pie3DChart (§5.7.2.141); pieChart (§5.7.2.142); radarChart (§5.7.2.154); scatterChart (§5.7.2.162); ser (§5.7.2.168); ser (§5.7.2.173); ser (§5.7.2.174); ser (§5.7.2.175); ser (§5.7.2.172); ser (§5.7.2.169); ser (§5.7.2.170); stockChart (§5.7.2.199) |
Child Elements |
Subclause |
delete (Delete) |
§5.7.2.40 |
dLbl (Data Label) |
§5.7.2.47 |
dLblPos (Data Label Position) |
§5.7.2.48 |
extLst (Chart Extensibility) |
§5.7.2.64 |
leaderLines (Leader Lines) |
§5.7.2.92 |
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 |
showLeaderLines (Show Leader Lines) |
§5.7.2.184 |
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 |
txPr (Text Properties) |
§5.7.2.217 |
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>