ActiveReports for .NET 18.0J
FunnelStyle 列挙体

GrapeCity.ActiveReports.Chart 名前空間 : FunnelStyle 列挙体
データセットポイントのY値がファンネルの幅と高さのどちらを示すかを指定します。デフォルト値はYIsHeightです。
シンタックス
'宣言
 
Public Enum FunnelStyle 
   Inherits System.Enum
public enum FunnelStyle : System.Enum 
メンバ
メンバ解説
YIsHeightデータセットポイントのY値はファンネルの高さを決定します。
YIsWidthデータセットポイントのY値はファンネルの幅を決定します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.FunnelStyle

参照

GrapeCity.ActiveReports.Chart 名前空間