Class StatisticalFormatAggregateFunction
Base class for generic statistical Aggregate
Inheritance
Inherited Members
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class StatisticalFormatAggregateFunction : AggregateFunction, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable, INamed
Methods
GetStringFormat(Type, String)
Gets a string format suitable to format the value of the Aggregate
Declaration
public override string GetStringFormat(Type dataType, string format)
Parameters
System. The type of the data items. |
System. A string format selected by other means. You may keep or discard it. |
Returns
System. A string. |