共用方式為


ValueColorPositions Constructors

Definition

Overloads

ValueColorPositions()

Initializes a new instance of the ValueColorPositions class.

ValueColorPositions(OpenXmlElement[])

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

ValueColorPositions(IEnumerable<OpenXmlElement>)

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

ValueColorPositions(String)

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

ValueColorPositions()

Initializes a new instance of the ValueColorPositions class.

public ValueColorPositions ();
Public Sub New ()

Applies to

ValueColorPositions(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ValueColorPositions(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ValueColorPositions(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to