Scaling Constructors

Definition

Overloads

Scaling()

Initializes a new instance of the Scaling class.

Scaling(OpenXmlElement[])

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

Scaling(IEnumerable<OpenXmlElement>)

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

Scaling(String)

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

Scaling()

Initializes a new instance of the Scaling class.

public Scaling ();
Public Sub New ()

Applies to

Scaling(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Scaling(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Scaling(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to