Telerik.Pivot.Core.Totals
A base class SiblingTotalsFormat that is used for all totals that compare a TotalValue to other TotalValue from the totals or the TotalValues sibling list.
A SiblingTotalsFormat that is used for all totals that compute a TotalValue as a difference from other TotalValue specified by GroupName.
A base class SiblingTotalsFormat that is used for all totals that compute a TotalValue as a difference from other TotalValue from the totals or the TotalValues sibling list.
A SiblingTotalsFormat that compute the difference for each TotalValue from its next sibling.
A SiblingTotalsFormat that compute the difference for each TotalValue from its previous sibling.
A SingleTotalFormat that computes the 'Index' for the pivot grouping values. The index is computed by the following formula: (aggregateValue * grandTotalValue) / (rowTotalValue * columnTotalValue).
A base class SiblingTotalsFormat that is used for all totals that compute a TotalValue as a difference from other TotalValue and computes the difference as percent from the previous difference.
A base class SiblingTotalsFormat that is used for all totals that compute a TotalValue as a difference from other TotalValue and computes the difference as percent from the previous difference.
A base class SiblingTotalsFormat for all 'percent-difference' TotalFormats.
A base class SiblingTotalsFormat that calculate the percent of the difference for each TotalValue of its previous sibling.
A SiblingTotalsFormat that formats each TotalValue to show the percent of the group with Name = GroupName.
A SingleTotalFormat that is base class for all "percent of" formats.
A base class for all SiblingTotalsFormat that show 'percent-of'.
A SiblingTotalsFormat that formats each TotalValue to show the percent of the column total.
A SingleTotalFormat that formats each total as the percent of the grand total.
A SiblingTotalsFormat that formats each TotalValue to show the percent of the next sibling.
A SiblingTotalsFormat that formats each TotalValue to show the percent of the previous sibling.
A SiblingTotalsFormat that formats each TotalValue to show the percent of the row total.
A SiblingTotalsFormat that computes running totals and then computes the percent of these running totals from the grand total.
A SiblingTotalsFormat that rank totals by sorting the totals using the and then uses the indices of the TotalValues in the sorted list for FormattedValue.
A SiblingTotalsFormat that computes running totals.
Formats the aggregate value based on its own value and some relative values such as row/column subtotals or grand totals.
A base class for all total formats. For internal use. Please refer to one of the SingleTotalFormat or SiblingTotalsFormat instead.