Share via


DataLabelsRangeChache Constructors

Definition

Overloads

DataLabelsRangeChache()

Initializes a new instance of the DataLabelsRangeChache class.

DataLabelsRangeChache(OpenXmlElement[])

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

DataLabelsRangeChache(IEnumerable<OpenXmlElement>)

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

DataLabelsRangeChache(String)

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

DataLabelsRangeChache()

Initializes a new instance of the DataLabelsRangeChache class.

public DataLabelsRangeChache ();
Public Sub New ()

Applies to

DataLabelsRangeChache(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataLabelsRangeChache(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataLabelsRangeChache(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to