ChartLegendPositions 列挙体
凡例の位置を指定します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Enumeration ChartLegendPositions
'使用
Dim instance As ChartLegendPositions
public enum ChartLegendPositions
public enum class ChartLegendPositions
type ChartLegendPositions
public enum ChartLegendPositions
メンバー
メンバー名 | 説明 | |
---|---|---|
RightTop | 凡例を右側の上部に配置します。 | |
TopLeft | 凡例を上部左に配置します。 | |
TopCenter | 凡例を上部中央に配置します。 | |
TopRight | 凡例を上部右に配置します。 | |
LeftTop | 凡例を左側の上部に配置します。 | |
LeftCenter | 凡例を左側の中央部に配置します。 | |
LeftBottom | 凡例を左側の下部に配置します。 | |
RightCenter | 凡例を右側の中央部に配置します。 | |
RightBottom | 凡例を右側の下部に配置します。 | |
BottomLeft | 凡例を下部左に配置します。 | |
BottomCenter | 凡例を下部中央に配置します。 | |
BottomRight | 凡例を下部右に配置します。 |