DataLabelFieldTable class
Defines the DataLabelFieldTable Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is c15:dlblFieldTable.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTable
Namespace: DocumentFormat.OpenXml.Office2013.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.56 dlblFieldTable
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart
The dlblFieldTable element is a CT_DataLabelFieldTable element<116> (section 2.5.99) that contains a list of CT_DataLabelFieldTableEntry entries (section 2.5.98). Each entry corresponds to a text field in a Datalabel (section 2.2.1.3) whose value is obtained from a formula reference.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="dlblFieldTable" type="CT_DataLabelFieldTable"/>
See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.5.99 CT_DataLabelFieldTable
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart
Referenced by: dlblFieldTable
The CT_DataLabelFieldTable is a complex type that contains one or more CT_DataLabelFieldTableEntry entries (section 2.5.98) which specify the formula references of each of the cell-reference text fields in the parent Datalabel text (section 2.2.1.3).<160> Each Datalabel can have one or more of these cell-reference fields. This complex type contains one entry for each cell-reference field, identifying the field it references using the GUID of the field. This is pointed to by the txfldGUID element of CT_DataLabelFieldTableEntry.
Child Elements:
dlblFTEntry: A CT_DataLabelFieldTableEntry element that specifies the formula reference for a single cell-reference field in the Datalabel text. This formula reference points to the text value of the field.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_DataLabelFieldTable">
<xsd:sequence>
<xsd:element name="dlblFTEntry" type="CT_DataLabelFieldTableEntry" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).