Specifies the type of subtotal (aggregate) statistic to calculate.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public enum Subtotal
Visual Basic
Public Enumeration Subtotal

Members

Member nameValueDescription
Sum0 Gets the sum of a group.
Count1 Gets the number of values in a group.
Average2 Gets the average of a group.
Max3 Gets the maximum value in a group.
Min4 Gets the minimum value in a group.
First5 Gets the first value in a group.
Last6 Gets the last value in a group.
Var7 Gets the sample variance of a group.
Std8 Gets the sample standard deviation of a group.
VarP9 Gets the population variance of a group.
StdP10 Gets the population standard deviation of a group.

See Also