Share via


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.

See also

Reference

GridVarianceSettings class

GridVarianceSettings members

Microsoft.PerformancePoint.Scorecards namespace