InterfaceIAggregateValues
Interface
Expose method to get aggregate value based on RequiredField.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IAggregateValues
Properties
Coordinate
Gets the coordinate for which an aggregate value is requested.
Methods
GetAggregateValue(RequiredField)
Gets an aggregate value for given RequiredField.
Declaration
cs-api-definition
AggregateValue GetAggregateValue(RequiredField calculatedFieldSettings)
Parameters
calculatedFieldSettings
The calculated field settings which aggregate value is requested.
Returns
The aggregate value for this calculated field.