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)

適用対象