DataLabelFieldTableEntry class

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

Inheritance hierarchy

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(DataLabelFieldTableCache), FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(TextFieldGuid), FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(Formula), FileFormatVersions.Office15)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
Public Class DataLabelFieldTableEntry _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DataLabelFieldTableEntry
[ChildElementInfoAttribute(typeof(DataLabelFieldTableCache), FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(TextFieldGuid), FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(Formula), FileFormatVersions.Office15)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
public class DataLabelFieldTableEntry : OpenXmlCompositeElement

Remarks

2.5.101 CT_DataLabelFieldTableEntry

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

Referenced by: CT_DataLabelFieldTable

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 datalabel (section 2.2.1.3). A datalabel 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 (section 2.2.1.3) text. This element is used to identify which field in the datalabel text this entry corresponds to.

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

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:sequence>

</xsd:complexType>

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

Thread safety

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

See also

Reference

DataLabelFieldTableEntry members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace