Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the aggregation type of a scorecard header.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Enumeration HeaderAggregationTypes
'Usage
Dim instance As HeaderAggregationTypes
public enum HeaderAggregationTypes
Members
| Member name | Description | |
|---|---|---|
| None | Represents no specified aggregation type. | |
| Sum | Represents a sum calculation. | |
| Average | Represents an average calculation. | |
| Min | Represents a minimum calculation. | |
| Max | Represents a maximum calculation. | |
| Trend | Represents a trend calculation of the last two sibling values. |