Share via


ChartStyle Constructors

Definition

Overloads

ChartStyle()

Initializes a new instance of the ChartStyle class.

ChartStyle(OpenXmlElement[])

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

ChartStyle(IEnumerable<OpenXmlElement>)

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

ChartStyle(String)

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

ChartStyle()

Initializes a new instance of the ChartStyle class.

public ChartStyle ();
Public Sub New ()

Applies to

ChartStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to