Class SummaryType
Enumerates the summary types available for calculations in the Pivot control. If you use the value "Custom" in a ComputationInfo object, then you are required to explicitly set the ComputationInfo.Summary value.
Inheritance
Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class SummaryType : EnumFields
Average
Computes the average of values.
Declaration
public const SummaryType AverageField Value
| Type | 
|---|
| SummaryType | 
Count
Computes the count of double or integer values.
Declaration
public const SummaryType CountField Value
| Type | 
|---|
| SummaryType | 
CountNumbers
Computes the count of integer values.
Declaration
public const SummaryType CountNumbersField Value
| Type | 
|---|
| SummaryType | 
Custom
Specifies that you are using a custom SummaryBase object to define the calculation.
Declaration
public const SummaryType CustomField Value
| Type | 
|---|
| SummaryType | 
DecimalTotalSum
Computes the sum of decimal values.
Declaration
public const SummaryType DecimalTotalSumField Value
| Type | 
|---|
| SummaryType | 
DisplayIfDiscreteValuesEqual
Displays the common value if all the values to be aggregated are the same, and displays a DisplayIfDiscreteValuesEqual if the values to be aggregated are not all the same.
Declaration
public const SummaryType DisplayIfDiscreteValuesEqualField Value
| Type | 
|---|
| SummaryType | 
DoubleAverage
Computes the simple average of double or integer values.
Declaration
public const SummaryType DoubleAverageField Value
| Type | 
|---|
| SummaryType | 
DoubleMaximum
Computes the maximum of double or integer values.
Declaration
public const SummaryType DoubleMaximumField Value
| Type | 
|---|
| SummaryType | 
DoubleMinimum
Computes the minimum of double or integer values.
Declaration
public const SummaryType DoubleMinimumField Value
| Type | 
|---|
| SummaryType | 
DoubleStandardDeviation
Computes the standard deviation of double or integer values.
Declaration
public const SummaryType DoubleStandardDeviationField Value
| Type | 
|---|
| SummaryType | 
DoubleTotalSum
Computes the sum of double or integer values.
Declaration
public const SummaryType DoubleTotalSumField Value
| Type | 
|---|
| SummaryType | 
DoubleVariance
Computes the variance of double or integer values.
Declaration
public const SummaryType DoubleVarianceField Value
| Type | 
|---|
| SummaryType | 
IntTotalSum
Computes the sum of integer values.
Declaration
public const SummaryType IntTotalSumField Value
| Type | 
|---|
| SummaryType | 
Max
Computes the maximum of values.
Declaration
public const SummaryType MaxField Value
| Type | 
|---|
| SummaryType | 
Min
Computes the minimum of values.
Declaration
public const SummaryType MinField Value
| Type | 
|---|
| SummaryType | 
StdDev
Computes the standard deviation of values if data set contains a sample of the population.
Declaration
public const SummaryType StdDevField Value
| Type | 
|---|
| SummaryType | 
StdDevP
Computes the standard deviation of values if data set contains a complete population.
Declaration
public const SummaryType StdDevPField Value
| Type | 
|---|
| SummaryType | 
Sum
Computes the sum of values.
Declaration
public const SummaryType SumField Value
| Type | 
|---|
| SummaryType | 
Var
Computes the variance of values if data set contains a sample of the population.
Declaration
public const SummaryType VarField Value
| Type | 
|---|
| SummaryType | 
VarP
Computes the variance of values if data set contains a complete population.
Declaration
public const SummaryType VarPField Value
| Type | 
|---|
| SummaryType |