Share via


LegendStyle Constructors

Definition

Overloads

LegendStyle()

Initializes a new instance of the LegendStyle class.

LegendStyle(OpenXmlElement[])

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

LegendStyle(IEnumerable<OpenXmlElement>)

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

LegendStyle(String)

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

LegendStyle()

Initializes a new instance of the LegendStyle class.

public LegendStyle ();
Public Sub New ()

Applies to

LegendStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

LegendStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

LegendStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to