FlexPivot for WinForms
TopNRule 列挙体

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 : TopNRule 列挙体
Reperesents the selection between top and bottom N elements for the TopN property.
シンタックス
'宣言
 
Public Enum TopNRule 
   Inherits System.Enum
public enum TopNRule : System.Enum 
メンバ
メンバ解説
BottomNSelects the bottom N elements
TopNSelects the top N elements
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.PivotEngine.TopNRule

参照

C1.PivotEngine 名前空間