StringDataType class

Defines the StringDataType class.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Drawing.Chart.StringDataType
        DocumentFormat.OpenXml.Office15.Drawing.Chart.DataLabelFieldTableCache
        DocumentFormat.OpenXml.Office15.Drawing.Chart.DataLabelsRangeChache

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(StrDataExtensionList))> _
<ChildElementInfoAttribute(GetType(StringPoint))> _
<ChildElementInfoAttribute(GetType(PointCount))> _
Public MustInherit Class StringDataType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As StringDataType
[ChildElementInfoAttribute(typeof(StrDataExtensionList))]
[ChildElementInfoAttribute(typeof(StringPoint))]
[ChildElementInfoAttribute(typeof(PointCount))]
public abstract class StringDataType : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.Charts.PointCount <c:ptCount>

  • DocumentFormat.OpenXml.Drawing.Charts.StringPoint <c:pt>

  • DocumentFormat.OpenXml.Drawing.Charts.StrDataExtensionList <c:extLst>

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

StringDataType members

DocumentFormat.OpenXml.Office15.Drawing.Chart namespace