共用方式為


SurfaceChart Constructors

Definition

Overloads

SurfaceChart()

Initializes a new instance of the SurfaceChart class.

SurfaceChart(OpenXmlElement[])

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

SurfaceChart(IEnumerable<OpenXmlElement>)

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

SurfaceChart(String)

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

SurfaceChart()

Initializes a new instance of the SurfaceChart class.

public SurfaceChart ();
Public Sub New ()

Applies to

SurfaceChart(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SurfaceChart(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SurfaceChart(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to