Share via


LegendPosition 枚举

定义

定义 LegendPosition 枚举。

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)
继承
LegendPosition
继承
LegendPosition
属性

字段

LegendPosition(String)

创建新的 LegendPosition 枚举实例

Bottom 3

底部。

当项序列化为 xml 时,其值为“bottom”。

Bottom

底部。

当项序列化为 xml 时,其值为“bottom”。

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

离开。

当项序列化为 xml 时,其值为“left”。

Left 2

离开。

当项序列化为 xml 时,其值为“left”。

Ninch 4

ninch。

当项序列化为 xml 时,其值为“ninch”。

Ninch

ninch。

当项序列化为 xml 时,其值为“ninch”。

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

对。

将项序列化为 xml 时,其值为“right”。

Right

对。

将项序列化为 xml 时,其值为“right”。

Top

返回页首。

当项序列化为 xml 时,其值为“top”。

Top 1

返回页首。

当项序列化为 xml 时,其值为“top”。

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

适用于