RadarChart Constructors

Definition

Overloads

RadarChart()

Initializes a new instance of the RadarChart class.

RadarChart(OpenXmlElement[])

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

RadarChart(IEnumerable<OpenXmlElement>)

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

RadarChart(String)

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

RadarChart()

Initializes a new instance of the RadarChart class.

public RadarChart ();
Public Sub New ()

Applies to

RadarChart(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

RadarChart(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

RadarChart(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to