Interface IAggregateValues
Expose method to get aggregate value based on Required
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
Methods
GetAggregateValue(RequiredField)
Gets an aggregate value for given Required
Declaration
AggregateValue GetAggregateValue(RequiredField calculatedFieldSettings)
Parameters
Required The calculated field settings which aggregate value is requested. |
Returns
Aggregate The aggregate value for this calculated field. |