LegendPositionValues 枚举

定义

图例位置

public enum LegendPositionValues
public readonly struct LegendPositionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.LegendPositionValues>
type LegendPositionValues = 
type LegendPositionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LegendPositionValues>
Public Enum LegendPositionValues
Public Structure LegendPositionValues
Implements IEnumValue, IEnumValueFactory(Of LegendPositionValues), IEquatable(Of LegendPositionValues)
继承
LegendPositionValues
继承
LegendPositionValues

字段

LegendPositionValues(String)

创建新的 LegendPositionValues 枚举实例

Bottom 0

底端对齐。

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

Bottom

底端对齐。

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

Equals(Object)
Equals(LegendPositionValues)
GetHashCode()
Left

靠左。

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

Left 2

靠左。

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

Equality(LegendPositionValues, LegendPositionValues)
Inequality(LegendPositionValues, LegendPositionValues)
Right 3

靠右。

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

Right

靠右。

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

Top 4

顶端对齐。

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

Top

顶端对齐。

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

TopRight

右上角。

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

TopRight 1

右上角。

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

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

适用于