GridVarianceSettings.VarianceType Property
Gets or sets the type of calculation that is used to calculate the variance value.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property VarianceType As VarianceType
Get
Set
'Usage
Dim instance As GridVarianceSettings
Dim value As VarianceType
value = instance.VarianceType
instance.VarianceType = value
public VarianceType VarianceType { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.VarianceType
The type of calculation that is used to calculate the variance value.