Class
PercentDifferenceFromBase

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.

Definition

Namespace:Telerik.Pivot.Core.Totals

Assembly:Telerik.Pivot.Core.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class PercentDifferenceFromBase : DifferenceFromBase, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable

Inheritance: objectCloneableSettingsNodeTotalFormatSiblingTotalsFormatComparedToDifferenceFromBasePercentDifferenceFromBase

Derived Classes: PercentDifferenceFromPercentDifferenceFromNextPercentDifferenceFromPrevious

Implements: IEditableINotifyPropertyChangedIServiceProviderISupportInitialize

Inherited Members DifferenceFromBase.CreateInstanceCore()SiblingTotalsFormat.CloneCore(Cloneable)SiblingTotalsFormat.AxisSiblingTotalsFormat.LevelSettingsNode.NotifyServicesChanged()SettingsNode.NotifySettingsChanged(SettingsChangedEventArgs)SettingsNode.OnSettingsChanged(SettingsChangedEventArgs)SettingsNode.BeginEdit()SettingsNode.BeginInit()SettingsNode.EndInit()SettingsNode.GetService(Type)SettingsNode.OnPropertyChanged(string)SettingsNode.RemoveSettingsChild(SettingsNode)SettingsNode.AddSettingsChild(SettingsNode)SettingsNode.GetServiceOverride(Type)SettingsNode.OnEnteredEditScope()SettingsNode.OnExitingEditScope()SettingsNode.ParentSettingsNode.SettingsChangedSettingsNode.ServicesChangedSettingsNode.PropertyChangedCloneable.Clone()

Methods

GetStringFormat(Type, string)

Gets a string format suitable to form the produced AggregateValues by this TotalFormat.

Declaration

cs-api-definition
public override string GetStringFormat(Type dataType, string stringFormat)

Parameters

dataType

Type

The type of the data items.

stringFormat

string

A string format selected by other means. You may keep or discard it.

Returns

string

A string.

Overrides TotalFormat.GetStringFormat(Type, string)

In this article
DefinitionMethodsGetStringFormat(Type, string)
Not finding the help you need?
Contact Support