LegendPosition Enum

Definition

Defines the LegendPosition enumeration.

public enum LegendPosition
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum LegendPosition
public readonly struct LegendPosition : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition>, IEquatable<DocumentFormat.OpenXml.Office2013.Drawing.ChartStyle.LegendPosition>
type LegendPosition = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type LegendPosition = 
type LegendPosition = struct
    interface IEnumValue
    interface IEnumValueFactory<LegendPosition>
Public Enum LegendPosition
Public Structure LegendPosition
Implements IEnumValue, IEnumValueFactory(Of LegendPosition), IEquatable(Of LegendPosition)
Inheritance
LegendPosition
Inheritance
LegendPosition
Attributes

Fields

LegendPosition(String)

Creates a new LegendPosition enum instance

Bottom 3

bottom.

When the item is serialized out as xml, its value is "bottom".

Bottom

bottom.

When the item is serialized out as xml, its value is "bottom".

Equals(Object)
Equals(LegendPosition)
GetHashCode()
Left

left.

When the item is serialized out as xml, its value is "left".

Left 2

left.

When the item is serialized out as xml, its value is "left".

Ninch 4

ninch.

When the item is serialized out as xml, its value is "ninch".

Ninch

ninch.

When the item is serialized out as xml, its value is "ninch".

Equality(LegendPosition, LegendPosition)
Inequality(LegendPosition, LegendPosition)
Right 0

right.

When the item is serialized out as xml, its value is "right".

Right

right.

When the item is serialized out as xml, its value is "right".

Top

top.

When the item is serialized out as xml, its value is "top".

Top 1

top.

When the item is serialized out as xml, its value is "top".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<LegendPosition>.Create(String)

Applies to