EnumCalculationType
Enumerates possible additional calculations applied as TotalFormats.
Definition
Namespace:Telerik.Windows.Controls.FieldList.Editing
Assembly:Telerik.Windows.Controls.PivotFieldList.dll
Syntax:
public enum CalculationType
Fields
DifferenceFrom
Represents a DifferenceFrom TotalFormat.
NoCalculation
Represents no TotalFormat.
PercentDifferenceFrom
Represents a PercentDifferenceFrom TotalFormat.
PercentOfColumnTotal
Represents a PercentOfColumnTotal TotalFormat.
PercentOfGrandTotal
Represents a PercentOfGrandTotal TotalFormat.
PercentOfParentColumnTotal
Represents a PercentOfParentColumnTotal TotalFormat.
PercentOfParentRowTotal
Represents a PercentOfParentRowTotal TotalFormat.
PercentOfParentTotal
Represents a PercentOfParentTotal TotalFormat.
PercentOfRowTotal
Represents a PercentOfRowTotal TotalFormat.
PercentRunningTotalIn
Represents a PercentRunningTotalIn TotalFormat.
RankLargestToSmallest
Represents a RankLargestToSmallest TotalFormat.
RankSmallestToLargest
Represents a RankSmallestToLargest TotalFormat.
RunningTotalIn
Represents a RunningTotalIn TotalFormat.