共用方式為


DataLabelCallout Constructors

Definition

Overloads

DataLabelCallout()

Initializes a new instance of the DataLabelCallout class.

DataLabelCallout(OpenXmlElement[])

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

DataLabelCallout(IEnumerable<OpenXmlElement>)

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

DataLabelCallout(String)

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

DataLabelCallout()

Initializes a new instance of the DataLabelCallout class.

public DataLabelCallout ();
Public Sub New ()

Applies to

DataLabelCallout(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DataLabelCallout(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DataLabelCallout(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to