AxisDataSourceType class
Defines the AxisDataSourceType Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is c15:cat.
Inheritance hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office15.Drawing.Chart.AxisDataSourceType
Namespace: DocumentFormat.OpenXml.Office15.Drawing.Chart
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(MultiLevelStringReference))> _
<ChildElementInfoAttribute(GetType(NumberReference))> _
<ChildElementInfoAttribute(GetType(NumberLiteral))> _
<ChildElementInfoAttribute(GetType(StringReference))> _
<ChildElementInfoAttribute(GetType(StringLiteral))> _
Public Class AxisDataSourceType _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As AxisDataSourceType
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(MultiLevelStringReference))]
[ChildElementInfoAttribute(typeof(NumberReference))]
[ChildElementInfoAttribute(typeof(NumberLiteral))]
[ChildElementInfoAttribute(typeof(StringReference))]
[ChildElementInfoAttribute(typeof(StringLiteral))]
public class AxisDataSourceType : OpenXmlCompositeElement
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.