Namespace Telerik.Pivot.Core.Totals
Classes
A base class SiblingTotalsFormat that is used for all totals that compare a Telerik.Pivot.Core.Totals.TotalValue to other Telerik.Pivot.Core.Totals.TotalValue from the totals or the Telerik.Pivot.Core.Totals.TotalValues sibling list. |
A SiblingTotalsFormat that is used for all totals that compute a Telerik.Pivot.Core.Totals.TotalValue as a difference from other Telerik.Pivot.Core.Totals.TotalValue specified by GroupName. |
A base class SiblingTotalsFormat that is used for all totals that compute a Telerik.Pivot.Core.Totals.TotalValue as a difference from other Telerik.Pivot.Core.Totals.TotalValue from the totals or the Telerik.Pivot.Core.Totals.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 Telerik.Pivot.Core.Totals.TotalValue as a difference from other Telerik.Pivot.Core.Totals.TotalValue and computes the difference as percent from the previous difference. |
A base class SiblingTotalsFormat that is used for all totals that compute a Telerik.Pivot.Core.Totals.TotalValue as a difference from other Telerik.Pivot.Core.Totals.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 Telerik.Pivot.Core.Totals.TotalValue of its previous sibling. |
A SiblingTotalsFormat that formats each Telerik.Pivot.Core.Totals.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 Telerik.Pivot.Core.Totals.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 Telerik.Pivot.Core.Totals.TotalValue to show the percent of the next sibling. |
A SiblingTotalsFormat that formats each Telerik.Pivot.Core.Totals.TotalValue to show the percent of the previous sibling. |
A SiblingTotalsFormat that formats each Telerik.Pivot.Core.Totals.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 Telerik.Pivot.Core.Totals.RankTotals.Comparer and then uses the indices of the Telerik.Pivot.Core.Totals.TotalValues in the sorted list for Telerik.Pivot.Core.Totals.TotalValue.FormattedValue. |
A SiblingTotalsFormat that computes running totals.
|
Formats the aggregate values based on the values for its siblings identified by Axis and Level. |
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. |