ChartLegendItemAlignmentTypes 列挙体

グラフ内の凡例項目の配置オプションを表します。

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

構文

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

メンバー

メンバー名 説明
Center 中央揃え。
Top 上詰め。
TopLeft 上詰め (左隅)。
TopRight 上詰め (右隅)。
Left 左揃え。
Right 右揃え。
BottomRight 下詰め (右隅)。
Bottom 下詰め。
BottomLeft 下詰め (左隅)。