Class
PercentOfBase

A base class for all SiblingTotalsFormat that show 'percent-of'.

Definition

Namespace:Telerik.Pivot.Core.Totals

Assembly:Telerik.Pivot.Core.dll

Syntax:

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

Inheritance: objectCloneableSettingsNodeTotalFormatSiblingTotalsFormatComparedToPercentOfBase

Derived Classes: PercentOfPercentOfNextPercentOfPrevious

Implements: IEditableINotifyPropertyChangedIServiceProviderISupportInitialize

Inherited Members 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()Cloneable.CreateInstanceCore()

Constructors

PercentOfBase()

Declaration

cs-api-definition
protected PercentOfBase()

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)