LegendPositionValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
图例位置
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
字段
名称 | 值 | 说明 |
---|---|---|
Bottom | 0 | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
TopRight | 1 | 右上角。 当项序列化为 xml 时,其值为“tr”。 |
Left | 2 | 靠左。 当项序列化为 xml 时,其值为“l”。 |
Right | 3 | 靠右。 将项序列化为 xml 时,其值为“r”。 |
Top | 4 | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
Bottom | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
|
Equality(LegendPositionValues, LegendPositionValues) | ||
Equals(LegendPositionValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LegendPositionValues>.Create(String) | ||
Inequality(LegendPositionValues, LegendPositionValues) | ||
Left | 靠左。 当项序列化为 xml 时,其值为“l”。 |
|
LegendPositionValues(String) | 创建新的 LegendPositionValues 枚举实例 |
|
Right | 靠右。 将项序列化为 xml 时,其值为“r”。 |
|
Top | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
|
TopRight | 右上角。 当项序列化为 xml 时,其值为“tr”。 |
|
ToString() |