Share via


DataLabelFieldTable class

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

Inheritance hierarchy

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

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

Syntax

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

Remarks

2.3.56 dlblFieldTable

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

dlblFieldTable is a CT_DataLabelFieldTable element that contains a list of CT_DatalabelFieldTableEntry entries. 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.14 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.102 CT_DataLabelFieldTable

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

Referenced by: dlblFieldTable

CT_DataLabelFieldTable is a complex type that contains one or more CT_DataLabelFieldTableEntry entries which specify the formula references of each of the cell-reference text fields in the parent datalabel (section 2.2.1.3section 2.2.1.3) text. 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 (section 2.2.1.3) 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.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

DataLabelFieldTable members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace