BandType Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the type of banding for a key performance indicator (KPI) target.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration BandType
'Usage
Dim instance As BandType
[SerializableAttribute]
public enum BandType
Members
Member name | Description | |
---|---|---|
Normalized | Represents a normalized value. | |
Actual | Represents the actual value for the measure. | |
StatedScore | Represents the calculation defined by the Target.StatedScore property. |