共用方式為


PlotArea Constructors

Definition

Overloads

PlotArea()

Initializes a new instance of the PlotArea class.

PlotArea(OpenXmlElement[])

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

PlotArea(IEnumerable<OpenXmlElement>)

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

PlotArea(String)

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

PlotArea()

Initializes a new instance of the PlotArea class.

public PlotArea ();
Public Sub New ()

Applies to

PlotArea(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PlotArea(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PlotArea(String)

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

public PlotArea (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.PlotArea : string -> DocumentFormat.OpenXml.Drawing.Charts.PlotArea
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to