Class StatisticalFormatAggregateFunction
Base class for generic statistical AggregateFunctions. It provides a basic functionality to select default string formats.
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 AggregateValues produced by that AggregateFunction.
Declaration
public override string GetStringFormat(Type dataType, string format)
Parameters
System.Type
dataType
The type of the data items. |
System.String
format
A string format selected by other means. You may keep or discard it. |
Returns
System.String
A string. |