ChartText class

Office 2013 and later

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

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

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.3.59 tx

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

The tx element is a CT_Tx ([ISO/IEC-29500-1] section 21.2.2.215) element<119> that specifies the text string stored in the default Datalabel (section 2.2.1.3) of a chart series ([ISO/IEC-29500-1] section 21.2). This string represents the text that will be shown in every Datalabel on the series which does not have custom properties of its own.

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

<xsd:element name="tx" type="c:CT_Tx"/>

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: