Interface
IAggregateSummaryValues

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.

Declaration

cs-api-definition
Coordinate Coordinate { get; }

Property Value

Coordinate

Methods

GetAggregateValue(object)

Gets an aggregate value for given group name.

Declaration

cs-api-definition
AggregateValue GetAggregateValue(object groupName)

Parameters

groupName

object

The name of the group which aggregate value is requested.

Returns

AggregateValue

The aggregate value for this property name.