Share via


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.

See also

Reference

Banding class

Banding members

Microsoft.PerformancePoint.Scorecards namespace