DataLabelFieldTableEntry class

Office 2013 and later

Defines the DataLabelFieldTableEntry Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is c15:dlblFTEntry.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2013.Drawing.Chart.DataLabelFieldTableEntry

Namespace:  DocumentFormat.OpenXml.Office2013.Drawing.Chart
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.5.98 CT_DataLabelFieldTableEntry

Target namespace: http://schemas.microsoft.com/office/drawing/2012/chart

Referenced by: CT_DataLabelFieldTable

The CT_DataLabelFieldTableEntry is a complex type that specifies the formula reference used to obtain the text value of a cell reference field in the parent dLbl element ([ISO/IEC-29500-1] section 21.2.2.47).<159> A Datalabel (section 2.2.1.3) can contain more than one field pointing to formula references. This complex type associates one field in the Datalabel with the formula reference to which it refers.

Child Elements:

txfldGUID: A string ([XMLSCHEMA2] section 3.2.1) element that specifies the GUID (identifier) of the cell-reference field in the Datalabel text. This element is used to identify which field in the Datalabel text this entry corresponds to.

f: A string element ([XMLSCHEMA2] section 3.2.1) that specifies the formula reference of the text field in the Datalabel text whose GUID is identified by the txfldGUID element.

dlblFieldTableCache: A CT_StrData element ([ISO/IEC-29500-1] section A.5.1) that contains the value to be inserted into the ancestor Datalabel. This is a cached value obtained from the reference formula specified by the f element in the parent Datalabel field table entry.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_DataLabelFieldTableEntry">

<xsd:sequence>

<xsd:element name="txfldGUID" type="xsd:string" minOccurs="1" maxOccurs="1"/>

<xsd:element name="f" type="xsd:string" minOccurs="1" maxOccurs="1"/>

<xsd:element name="dlblFieldTableCache" type="c:CT_StrData" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

</xsd:complexType>

See section 5.13 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: