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