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

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

Syntax

C#
public enum Subtotal
Visual Basic
Public Enumeration Subtotal

Members

Member nameDescription
Sum Gets the sum of a group.
Count Gets the number of values in a group.
Average Gets the average of a group.
Max Gets the maximum value in a group.
Min Gets the minimum value in a group.
First Gets the first value in a group.
Last Gets the last value in a group.
Var Gets the sample variance of a group.
Std Gets the sample standard deviation of a group.
VarP Gets the population variance of a group.
StdP Gets the population standard deviation of a group.

See Also