Share via


ChartFormats Constructors

Definition

Overloads

ChartFormats()

Initializes a new instance of the ChartFormats class.

ChartFormats(OpenXmlElement[])

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

ChartFormats(IEnumerable<OpenXmlElement>)

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

ChartFormats(String)

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

ChartFormats()

Initializes a new instance of the ChartFormats class.

public ChartFormats ();
Public Sub New ()

Applies to

ChartFormats(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartFormats(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartFormats(String)

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

public ChartFormats (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.ChartFormats : string -> DocumentFormat.OpenXml.Spreadsheet.ChartFormats
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to