FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / TopNRule Property

In This Topic
    TopNRule Property (PivotFilter)
    In This Topic
    Defines whether the filter returns top N or bottom N elements.
    Syntax
    'Declaration
     
    Public Property TopNRule As TopNRule
    public TopNRule TopNRule {get; set;}
    See Also