Interface IAggregateSummaryValues
Expose method to get aggregate value based on group name.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public interface IAggregateSummaryValues
  Properties
Coordinate
Gets the coordinate for which an aggregate value is requested.
Declaration
Coordinate Coordinate { get; }
  Property Value
| 
        Coordinate
         
  | 
    
Methods
GetAggregateValue(Object)
Gets an aggregate value for given group name.
Declaration
AggregateValue GetAggregateValue(object groupName)
  Parameters
| 
        System.Object
        groupName
         The name of the group which aggregate value is requested.  | 
    
Returns
| 
        AggregateValue
         The aggregate value for this property name.  |