次の方法で共有


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

フィールド

名前 説明
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()

適用対象