DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / TopNValueField Property

In This Topic
    TopNValueField Property (PivotFilter)
    In This Topic
    Defines the value field to be used to calculate the top N elements.
    Syntax
    'Declaration
     
    Public Property TopNValueField As PivotField
    public PivotField TopNValueField {get; set;}
    See Also