Banding.ActualWorst Property
Gets or sets the worst value in the scale of actual values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ActualWorst As Decimal
Get
Set
'Usage
Dim instance As Banding
Dim value As Decimal
value = instance.ActualWorst
instance.ActualWorst = value
public decimal ActualWorst { get; set; }
Property Value
Type: System.Decimal
The worst value in the scale of actual values.
Remarks
This property is used in the normalization calculation.