IndicatorPosition Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the position of the indicator in the cells of a key performance indicator (KPI) target column.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration IndicatorPosition
'Usage
Dim instance As IndicatorPosition
[SerializableAttribute]
public enum IndicatorPosition
Members
Member name | Description | |
---|---|---|
Left | Represents showing the indicator to the left of the data values. | |
Right | Represents showing the indicator to the right of the data values. | |
Center | Represents showing the indicator between the data values. | |
NotDisplayed | Represents not showing the indicator. |
Remarks
IndicatorPosition is returned by the GridIndicatorSettings.Position property.