Enum SummaryTypes
Allows to display the values in the pivot table with appropriate aggregations such as sum, product, count, average, etc… The available types are,
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.dll
Syntax
public enum SummaryTypes
Fields
| Name |
|---|
| Avg |
| CalculatedField |
| Count |
| DifferenceFrom |
| DistinctCount |
| Index |
| Max |
| Median |
| Min |
| PercentageOfColumnTotal |
| PercentageOfDifferenceFrom |
| PercentageOfGrandTotal |
| PercentageOfParentColumnTotal |
| PercentageOfParentRowTotal |
| PercentageOfParentTotal |
| PercentageOfRowTotal |
| PercentageOfRunningTotals |
| PopulationStDev |
| PopulationVar |
| Product |
| RunningTotals |
| SampleStDev |
| SampleVar |
| Sum |