Class SummaryTypes
Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are, Sum - Allows to display the pivot table values with sum. Product - Allows to display the pivot table values with product. Count - Allows to display the pivot table values with count. DistinctCount - Allows to display the pivot table values with distinct count. Min - Allows to display the pivot table with minimum value. Max - Allows to display the pivot table with maximum value. Avg - Allows to display the pivot table values with average. Index - Allows to display the pivot table values with index. PopulationStDev - Allows to display the pivot table values with population standard deviation. SampleStDev - Allows to display the pivot table values with sample standard deviation. PopulationVar - Allows to display the pivot table values with population variance. SampleVar - Allows to display the pivot table values with sample variance. RunningTotals - Allows to display the pivot table values with running totals. DifferenceFrom - Allows to display the pivot table values with difference from the value of the base item in the base field. PercentageOfDifferenceFrom - Allows to display the pivot table values with percentage difference from the value of the base item in the base field. PercentageOfGrandTotal - Allows to display the pivot table values with percentage of grand total of all values. PercentageOfColumnTotal - Allows to display the pivot table values in each column with percentage of total values for the column. PercentageOfRowTotal - Allows to display the pivot table values in each row with percentage of total values for the row. PercentageOfParentTotal - Allows to display the pivot table values with percentage of total of all values based on selected field. PercentageOfParentColumnTotal - Allows to display the pivot table values with percentage of its parent total in each column. PercentageOfParentRowTotal - Allows to display the pivot table values with percentage of its parent total in each row. CalculatedField - Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SummaryTypes : Enum
Fields
Avg
Avg - Allows to display the pivot table values with average.
Declaration
public const SummaryTypes Avg
Field Value
Type |
---|
SummaryTypes |
CalculatedField
CalculatedField - Allows to display the pivot table with calculated field values. It allows user to create a new calculated field alone.
Declaration
public const SummaryTypes CalculatedField
Field Value
Type |
---|
SummaryTypes |
Count
Count - Allows to display the pivot table values with count.
Declaration
public const SummaryTypes Count
Field Value
Type |
---|
SummaryTypes |
DifferenceFrom
DifferenceFrom - Allows to display the pivot table values with difference from the value of the base item in the base field.
Declaration
public const SummaryTypes DifferenceFrom
Field Value
Type |
---|
SummaryTypes |
DistinctCount
DistinctCount - Allows to display the pivot table values with distinct count.
Declaration
public const SummaryTypes DistinctCount
Field Value
Type |
---|
SummaryTypes |
Index
Index - Allows to display the pivot table values with index.
Declaration
public const SummaryTypes Index
Field Value
Type |
---|
SummaryTypes |
Max
Max - Allows to display the pivot table with maximum value.
Declaration
public const SummaryTypes Max
Field Value
Type |
---|
SummaryTypes |
Median
Median - Allows to display the pivot table with median value.
Declaration
public const SummaryTypes Median
Field Value
Type |
---|
SummaryTypes |
Min
Min - Allows to display the pivot table with minimum value.
Declaration
public const SummaryTypes Min
Field Value
Type |
---|
SummaryTypes |
PercentageOfColumnTotal
PercentageOfColumnTotal - Allows to display the pivot table values in each column with percentage of total values for the column.
Declaration
public const SummaryTypes PercentageOfColumnTotal
Field Value
Type |
---|
SummaryTypes |
PercentageOfDifferenceFrom
PercentageOfDifferenceFrom - Allows to display the pivot table values with percentage difference from the value of the base item in the base field.
Declaration
public const SummaryTypes PercentageOfDifferenceFrom
Field Value
Type |
---|
SummaryTypes |
PercentageOfGrandTotal
PercentageOfGrandTotal - Allows to display the pivot table values with percentage of grand total of all values.
Declaration
public const SummaryTypes PercentageOfGrandTotal
Field Value
Type |
---|
SummaryTypes |
PercentageOfParentColumnTotal
PercentageOfParentColumnTotal - Allows to display the pivot table values with percentage of its parent total in each column.
Declaration
public const SummaryTypes PercentageOfParentColumnTotal
Field Value
Type |
---|
SummaryTypes |
PercentageOfParentRowTotal
PercentageOfParentRowTotal - Allows to display the pivot table values with percentage of its parent total in each row.
Declaration
public const SummaryTypes PercentageOfParentRowTotal
Field Value
Type |
---|
SummaryTypes |
PercentageOfParentTotal
PercentageOfParentTotal - Allows to display the pivot table values with percentage of total of all values based on selected field.
Declaration
public const SummaryTypes PercentageOfParentTotal
Field Value
Type |
---|
SummaryTypes |
PercentageOfRowTotal
PercentageOfRowTotal - Allows to display the pivot table values in each row with percentage of total values for the row.
Declaration
public const SummaryTypes PercentageOfRowTotal
Field Value
Type |
---|
SummaryTypes |
PopulationStDev
PopulationStDev - Allows to display the pivot table values with population standard deviation.
Declaration
public const SummaryTypes PopulationStDev
Field Value
Type |
---|
SummaryTypes |
PopulationVar
PopulationVar - Allows to display the pivot table values with population variance.
Declaration
public const SummaryTypes PopulationVar
Field Value
Type |
---|
SummaryTypes |
Product
Product - Allows to display the pivot table values with product.
Declaration
public const SummaryTypes Product
Field Value
Type |
---|
SummaryTypes |
RunningTotals
RunningTotals - Allows to display the pivot table values with running totals.
Declaration
public const SummaryTypes RunningTotals
Field Value
Type |
---|
SummaryTypes |
SampleStDev
SampleStDev - Allows to display the pivot table values with sample standard deviation.
Declaration
public const SummaryTypes SampleStDev
Field Value
Type |
---|
SummaryTypes |
SampleVar
SampleVar - Allows to display the pivot table values with sample variance.
Declaration
public const SummaryTypes SampleVar
Field Value
Type |
---|
SummaryTypes |
Sum
Sum - Allows to display the pivot table values with sum.
Declaration
public const SummaryTypes Sum
Field Value
Type |
---|
SummaryTypes |