MaxValueColorEndPosition Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MaxValueColorEndPosition() |
Initializes a new instance of the MaxValueColorEndPosition class. |
MaxValueColorEndPosition(OpenXmlElement[]) |
Initializes a new instance of the MaxValueColorEndPosition class with the specified child elements. |
MaxValueColorEndPosition(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the MaxValueColorEndPosition class with the specified child elements. |
MaxValueColorEndPosition(String) |
Initializes a new instance of the MaxValueColorEndPosition class from outer XML. |
MaxValueColorEndPosition()
Initializes a new instance of the MaxValueColorEndPosition class.
public MaxValueColorEndPosition ();
Public Sub New ()
Applies to
MaxValueColorEndPosition(OpenXmlElement[])
Initializes a new instance of the MaxValueColorEndPosition class with the specified child elements.
public MaxValueColorEndPosition (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
MaxValueColorEndPosition(IEnumerable<OpenXmlElement>)
Initializes a new instance of the MaxValueColorEndPosition class with the specified child elements.
public MaxValueColorEndPosition (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
MaxValueColorEndPosition(String)
Initializes a new instance of the MaxValueColorEndPosition class from outer XML.
public MaxValueColorEndPosition (string outerXml);
new DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition : string -> DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.MaxValueColorEndPosition
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.