Series.LayoutId Property

Definition

layoutId, this property is only available in Office 2016 and later.

Represents the following attribute in the schema: layoutId

[DocumentFormat.OpenXml.SchemaAttr(0, "layoutId")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout> LayoutId { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout> LayoutId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "layoutId")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout>? LayoutId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("layoutId")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout>? LayoutId { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout>? LayoutId { get; set; }
member this.LayoutId : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "layoutId")>]
member this.LayoutId : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("layoutId")>]
member this.LayoutId : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.SeriesLayout> with get, set
Public Property LayoutId As EnumValue(Of SeriesLayout)

Property Value

Attributes

Applies to