VarianceDisplayType enumeration

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the display formats for variance values.

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

Syntax

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

Members

Member name Description
ShowPercent Represents showing the variance as a percentage.
ShowValue Represents showing the variance as a decimal value.
ShowInvertedPercent Represents showing the variance as an inverted percentage.

See also

Reference

Microsoft.PerformancePoint.Scorecards namespace