Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SummaryTypes - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    System.Object
    SummaryTypes
    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 Description
    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 Description
    SummaryTypes

    Count

    Count - Allows to display the pivot table values with count.

    Declaration
    public const SummaryTypes Count
    Field Value
    Type Description
    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 Description
    SummaryTypes

    DistinctCount

    DistinctCount - Allows to display the pivot table values with distinct count.

    Declaration
    public const SummaryTypes DistinctCount
    Field Value
    Type Description
    SummaryTypes

    Index

    Index - Allows to display the pivot table values with index.

    Declaration
    public const SummaryTypes Index
    Field Value
    Type Description
    SummaryTypes

    Max

    Max - Allows to display the pivot table with maximum value.

    Declaration
    public const SummaryTypes Max
    Field Value
    Type Description
    SummaryTypes

    Median

    Median - Allows to display the pivot table with median value.

    Declaration
    public const SummaryTypes Median
    Field Value
    Type Description
    SummaryTypes

    Min

    Min - Allows to display the pivot table with minimum value.

    Declaration
    public const SummaryTypes Min
    Field Value
    Type Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    SummaryTypes

    PopulationStDev

    PopulationStDev - Allows to display the pivot table values with population standard deviation.

    Declaration
    public const SummaryTypes PopulationStDev
    Field Value
    Type Description
    SummaryTypes

    PopulationVar

    PopulationVar - Allows to display the pivot table values with population variance.

    Declaration
    public const SummaryTypes PopulationVar
    Field Value
    Type Description
    SummaryTypes

    Product

    Product - Allows to display the pivot table values with product.

    Declaration
    public const SummaryTypes Product
    Field Value
    Type Description
    SummaryTypes

    RunningTotals

    RunningTotals - Allows to display the pivot table values with running totals.

    Declaration
    public const SummaryTypes RunningTotals
    Field Value
    Type Description
    SummaryTypes

    SampleStDev

    SampleStDev - Allows to display the pivot table values with sample standard deviation.

    Declaration
    public const SummaryTypes SampleStDev
    Field Value
    Type Description
    SummaryTypes

    SampleVar

    SampleVar - Allows to display the pivot table values with sample variance.

    Declaration
    public const SummaryTypes SampleVar
    Field Value
    Type Description
    SummaryTypes

    Sum

    Sum - Allows to display the pivot table values with sum.

    Declaration
    public const SummaryTypes Sum
    Field Value
    Type Description
    SummaryTypes

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved