C1.PivotEngine Assembly / C1.PivotEngine Namespace / TopNRule Enumeration

TopNRule Enumeration
Reperesents the selection between top and bottom N elements for the TopN property.
Syntax
'Declaration
 
Public Enum TopNRule 
   Inherits System.Enum
 
Members
MemberDescription
BottomNSelects the bottom N elements
TopNSelects the top N elements
Inheritance Hierarchy

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

See Also