ChartAnnotationAlignments 列挙体

グラフ注釈の配置オプションを表します。

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

構文

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

メンバー

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