DataLabelsPosition 列挙型

定義

DataLabelsPosition 列挙を定義します。

public enum DataLabelsPosition
type DataLabelsPosition = 
Public Enum DataLabelsPosition
継承
DataLabelsPosition

フィールド

Center 0

中央に表示されます。 アイテムを xml としてシリアル化すると、その値は "中央" になります。

InsideBase 2

insideBase。 アイテムを xml としてシリアル化すると、その値は "insideBase" になります。

InsideEnd 1

insideEnd。 アイテムを xml としてシリアル化すると、その値は "insideEnd" になります。

Ninch 4

ninch。 アイテムを xml としてシリアル化すると、その値は "ninch" になります。

OutsideEnd 3

outsideEnd。 アイテムを xml としてシリアル化すると、その値は "outsideEnd" になります。

適用対象