共用方式為


ChartLinesType Constructors

Definition

Overloads

ChartLinesType()

Initializes a new instance of the ChartLinesType class.

ChartLinesType(OpenXmlElement[])

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

ChartLinesType(IEnumerable<OpenXmlElement>)

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

ChartLinesType(String)

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

ChartLinesType()

Initializes a new instance of the ChartLinesType class.

protected ChartLinesType ();
Protected Sub New ()

Applies to

ChartLinesType(OpenXmlElement[])

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

protected ChartLinesType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.ChartLinesType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartLinesType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartLinesType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to