Share via


ChartData Constructors

Definition

Overloads

ChartData()

Initializes a new instance of the ChartData class.

ChartData(OpenXmlElement[])

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

ChartData(IEnumerable<OpenXmlElement>)

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

ChartData(String)

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

ChartData()

Initializes a new instance of the ChartData class.

public ChartData ();
Public Sub New ()

Applies to

ChartData(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartData(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartData(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to