共用方式為


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.

protected AxisDataSourceType ();
Protected Sub New ()

Applies to

AxisDataSourceType(OpenXmlElement[])

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

protected AxisDataSourceType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType
Protected 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.

protected AxisDataSourceType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType
Protected 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.

protected AxisDataSourceType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType : string -> DocumentFormat.OpenXml.Drawing.Charts.AxisDataSourceType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to