ActiveReports for .NET 18.0J
TextPosition 列挙体

GrapeCity.ActiveReports.PageReportModel.DV 名前空間 : TextPosition 列挙体
 データラベルテキストの位置を指定します。
シンタックス
'宣言
 
Public Enum TextPosition 
   Inherits System.Enum
public enum TextPosition : System.Enum 
メンバ
メンバ解説
Auto位置は自動的に計算されます。
Centerデータラベルテキストは点の中心に配置されます。
Insideデータラベルテキストはプロット内に配置されます。
Outsideデータラベルテキストはプロットの外側に配置されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.DV.TextPosition

参照

GrapeCity.ActiveReports.PageReportModel.DV 名前空間