InterfaceIAggregateSummaryValues
Interface
Expose method to get aggregate value based on group name.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IAggregateSummaryValues
Properties
Coordinate
Gets the coordinate for which an aggregate value is requested.
Methods
GetAggregateValue(object)
Gets an aggregate value for given group name.
Declaration
cs-api-definition
AggregateValue GetAggregateValue(object groupName)
Parameters
groupName
The name of the group which aggregate value is requested.
Returns
The aggregate value for this property name.