ChartAnchorAlignments 列挙体

注釈のアンカーの配置オプションを表します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Enumeration ChartAnchorAlignments
'使用
Dim instance As ChartAnchorAlignments
public enum ChartAnchorAlignments
public enum class ChartAnchorAlignments
type ChartAnchorAlignments
public enum ChartAnchorAlignments

メンバー

メンバー名 説明
Center 中央に固定します。
Top 上辺に固定します。
TopLeft 左上隅に固定します。
TopRight 右上隅に固定します。
Left 左辺に固定します。
Right 右辺に固定します。
BottomRight 右下隅に固定します。
Bottom 下辺に固定します。
BottomLeft 左下隅に固定します。