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 types of content that target key performance indicator (KPI) cells can contain.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TargetCellElements
'Usage
Dim instance As TargetCellElements
[SerializableAttribute]
public enum TargetCellElements
Members
| Member name | Description | |
|---|---|---|
| Actual | Represents an actual value. | |
| ActualDataBar | Represents an actual value data bar. | |
| Target | Represents a target value. | |
| TargetDataBar | Represents a target value data bar. | |
| Score | Represents a score value. | |
| ScoreDataBar | Represents a score value data bar. | |
| Indicator | Represents an indicator. | |
| IndicatorText | Represents indicator text. | |
| Variance | Represents a variance value. | |
| VarianceDataBar | Represents a variance data bar. | |
| NoValue | Represents no value. |