FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / TopNRule Enumeration

In This Topic
    TopNRule Enumeration
    In This Topic
    Reperesents the selection between top and bottom N elements for the TopN property.
    Syntax
    'Declaration
     
    Public Enum TopNRule 
       Inherits System.Enum
    public enum TopNRule : 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