KpiPattern enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the patterns of a key performance indicator (KPI).

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration KpiPattern
'Usage
Dim instance As KpiPattern
[SerializableAttribute]
public enum KpiPattern

Members

Member name Description
IncreasingIsBetter Represents the case when "increasing data" is better.
DecreasingIsBetter Represents the case when "decreasing data" is better.
CloserToTargetIsBetter Represents the case when "closer to the target" is better.

Remarks

Banding and scoring behave differently with different patterns.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace