Share via


ChartShapeProperties Constructors

Definition

Overloads

ChartShapeProperties()

Initializes a new instance of the ChartShapeProperties class.

ChartShapeProperties(OpenXmlElement[])

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

ChartShapeProperties(IEnumerable<OpenXmlElement>)

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

ChartShapeProperties(String)

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

ChartShapeProperties()

Initializes a new instance of the ChartShapeProperties class.

public ChartShapeProperties ();
Public Sub New ()

Applies to

ChartShapeProperties(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartShapeProperties(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartShapeProperties(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to