AxisDataSourceType Class
Defines the AxisDataSourceType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType
DocumentFormat.OpenXml.Drawing.Charts.CategoryAxisData
DocumentFormat.OpenXml.Drawing.Charts.XValues
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(StringReference))> _
<ChildElementInfoAttribute(GetType(StringLiteral))> _
<ChildElementInfoAttribute(GetType(MultiLevelStringReference))> _
<ChildElementInfoAttribute(GetType(NumberReference))> _
<ChildElementInfoAttribute(GetType(NumberLiteral))> _
Public MustInherit Class AxisDataSourceType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As AxisDataSourceType
[ChildElementInfoAttribute(typeof(StringReference))]
[ChildElementInfoAttribute(typeof(StringLiteral))]
[ChildElementInfoAttribute(typeof(MultiLevelStringReference))]
[ChildElementInfoAttribute(typeof(NumberReference))]
[ChildElementInfoAttribute(typeof(NumberLiteral))]
public abstract class AxisDataSourceType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:MultiLevelStringReference <c:multiLvlStrRef>NumberReference <c:numRef>NumberLiteral <c:numLit>StringReference <c:strRef>StringLiteral <c:strLit>
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.