共用方式為


DataDisplayOptions16 Constructors

Definition

Overloads

DataDisplayOptions16()

Initializes a new instance of the DataDisplayOptions16 class.

DataDisplayOptions16(OpenXmlElement[])

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

DataDisplayOptions16(IEnumerable<OpenXmlElement>)

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

DataDisplayOptions16(String)

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

DataDisplayOptions16()

Initializes a new instance of the DataDisplayOptions16 class.

public DataDisplayOptions16 ();
Public Sub New ()

Applies to

DataDisplayOptions16(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataDisplayOptions16(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataDisplayOptions16(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to