Interface IAggregateDescription
Specify the set of properties and methods that a AggregateDescription should implement.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IAggregateDescription : IDescriptionBase, INamed
Properties
DisplayValueAsKpi
Gets a value indicating whether aggregate values should be interpreted as KPIs.
Declaration
bool DisplayValueAsKpi { get; }
Property Value
System.Boolean
|