共用方式為


SeriesLines Constructors

Definition

Overloads

SeriesLines()

Initializes a new instance of the SeriesLines class.

SeriesLines(OpenXmlElement[])

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

SeriesLines(IEnumerable<OpenXmlElement>)

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

SeriesLines(String)

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

SeriesLines()

Initializes a new instance of the SeriesLines class.

public SeriesLines ();
Public Sub New ()

Applies to

SeriesLines(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SeriesLines(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SeriesLines(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to