ChartLegendPositions 列挙型

定義

凡例の位置を指定します。

public enum class ChartLegendPositions
public enum ChartLegendPositions
type ChartLegendPositions = 
Public Enum ChartLegendPositions
継承
ChartLegendPositions

フィールド

BottomCenter 10

下部中央の位置を指定します。

BottomLeft 9

左下の位置を指定します。

BottomRight 11

右下の位置を指定します。

LeftBottom 6

左下の位置を指定します。

LeftCenter 5

左中央の位置を指定します。

LeftTop 4

左上の位置を指定します。

RightBottom 8

右下の位置を指定します。

RightCenter 7

右中央の位置を指定します。

RightTop 0

右上端の位置を指定します。

TopCenter 2

上中央の位置を指定します。

TopLeft 1

左上の位置を指定します。

TopRight 3

右上の位置を指定します。

適用対象