GrapeCity ActiveReports for .NET 16.0J
Position 列挙体

GrapeCity.ActiveReports.PageReportModel 名前空間 : Position 列挙体
データラベルの位置を指定します。
シンタックス
'宣言
 
Public Enum Position 
   Inherits System.Enum
public enum Position : System.Enum 
メンバ
メンバ解説
Autoデータラベルの位置が自動的に決定されることを示します。
Bottomデータラベルが下にあることを示します。
BottomLeftデータラベルは左下にあることを示します。
BottomRightデータラベルは右下にあることを示します。
Centerデータラベルが中心にあることを示します。
Leftデータラベルが左にあることを示します。
Rightデータラベルが右にあることを示します。
Topデータラベルが上にあることを示します。
TopLeftデータラベルは左上にあることを示します。
TopRightデータラベルは右上にあることを示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.Position

参照

GrapeCity.ActiveReports.PageReportModel 名前空間