New to Telerik UI for WinFormsStart a free 30-day trial

Expose method to get aggregate value based on RequiredField.

Definition

Namespace:Telerik.Pivot.Core

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public interface IAggregateValues

Properties

Gets the coordinate for which an aggregate value is requested.

C#
Coordinate Coordinate { get; }

Methods

Gets an aggregate value for given RequiredField.

C#
AggregateValue GetAggregateValue(RequiredField calculatedFieldSettings)
Parameters:calculatedFieldSettingsRequiredField

The calculated field settings which aggregate value is requested.

Returns:

AggregateValue

The aggregate value for this calculated field.