AxisDataSourceType Constructors

Definition

Overloads

AxisDataSourceType()

Initializes a new instance of the AxisDataSourceType class.

AxisDataSourceType(OpenXmlElement[])

Initializes a new instance of the AxisDataSourceType class with the specified child elements.

AxisDataSourceType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AxisDataSourceType class with the specified child elements.

AxisDataSourceType(String)

Initializes a new instance of the AxisDataSourceType class from outer XML.

AxisDataSourceType()

Initializes a new instance of the AxisDataSourceType class.

public AxisDataSourceType ();
Public Sub New ()

Applies to

AxisDataSourceType(OpenXmlElement[])

Initializes a new instance of the AxisDataSourceType class with the specified child elements.

public AxisDataSourceType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

AxisDataSourceType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the AxisDataSourceType class with the specified child elements.

public AxisDataSourceType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

AxisDataSourceType(String)

Initializes a new instance of the AxisDataSourceType class from outer XML.

public AxisDataSourceType (string outerXml);
new DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType : string -> DocumentFormat.OpenXml.Office2013.Drawing.Chart.AxisDataSourceType
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to