Class PercentDifferenceFromBase
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.
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core.Totals
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public abstract class PercentDifferenceFromBase : DifferenceFromBase, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable, IDescriptionsReferencing
  Methods
GetStringFormat(Type, String)
Gets a string format suitable to form the produced AggregateValues by this TotalFormat.
Declaration
public override string GetStringFormat(Type dataType, string stringFormat)
  Parameters
| 
        System.Type
        dataType
         The type of the data items.  | 
    
| 
        System.String
        stringFormat
         A string format selected by other means. You may keep or discard it.  | 
    
Returns
| 
        System.String
         A string.  |