共用方式為


PlotSurface Constructors

Definition

Overloads

PlotSurface()

Initializes a new instance of the PlotSurface class.

PlotSurface(OpenXmlElement[])

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

PlotSurface(IEnumerable<OpenXmlElement>)

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

PlotSurface(String)

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

PlotSurface()

Initializes a new instance of the PlotSurface class.

public PlotSurface ();
Public Sub New ()

Applies to

PlotSurface(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

PlotSurface(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

PlotSurface(String)

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

public PlotSurface (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.PlotSurface
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to