DataValuePosition Enumeration
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the position of the data values in the cells of a key performance indicator (KPI) column.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration DataValuePosition
'Usage
Dim instance As DataValuePosition
[SerializableAttribute]
public enum DataValuePosition
Members
Member name | Description | |
---|---|---|
Left | Represents the data value on the left side. | |
Right | Represents the data value on the right-hand side. | |
NotDisplayed | Represents that the data value is not shown. |