ChartLegendLayouts 列挙体
凡例内のラベルの配置を指定します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Enumeration ChartLegendLayouts
'使用
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts
メンバー
メンバー名 | 説明 | |
---|---|---|
Column | ラベルは列に配置されます。 | |
Row | ラベルは行に配置されます。 | |
AutoTable | ラベルは自動的に調整されて配置されます。 | |
WideTable | ラベルは表 (横) に配置されます。 | |
TallTable | ラベルは表 (縦) に配置されます。 |