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

In This Topic
    TopN Property (PivotFilter)
    In This Topic
    Specifies the number of elements with the highest (lowest) values to be included in the output.
    Syntax
    'Declaration
     
    Public Property TopN As Integer
    public int TopN {get; set;}
    See Also