RadPivotGrid aggregate types.
Definition
Fields
Average aggregate
C#
Average = 2
Count aggregate
C#
Count = 1
Max aggregate
C#
Max = 3
Min aggregate
C#
Min = 4
Product aggregate
C#
Product = 5
Standard deviation aggregate
C#
StdDev = 6
Standard deviation (for the population for all values) aggregate
C#
StdDevP = 7
Sum aggregate
C#
Sum = 0
Statistical variance aggregate
C#
Var = 8
Statistical variance (for the population for all values) aggregate
C#
VarP = 9