Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minimum boundary for values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property SpreadMinimum As Decimal
Get
Set
'Usage
Dim instance As Banding
Dim value As Decimal
value = instance.SpreadMinimum
instance.SpreadMinimum = value
public decimal SpreadMinimum { get; set; }
Property Value
Type: System.Decimal
The minimum boundary for values.
Remarks
The value for SpreadMinimum must be less than the value for the SpreadMaximum property.