IAggregateValues
Interface
Expose method to get aggregate value based on RequiredField.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
C#
public interface IAggregateValues
Properties
Gets the coordinate for which an aggregate value is requested.
C#
Coordinate Coordinate { get; }
Methods
Gets an aggregate value for given RequiredField.
C#
AggregateValue GetAggregateValue(RequiredField calculatedFieldSettings)
The calculated field settings which aggregate value is requested.
Returns:The aggregate value for this calculated field.