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 maximum boundary for values.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property SpreadMaximum As Decimal
Get
Set
'Usage
Dim instance As Banding
Dim value As Decimal
value = instance.SpreadMaximum
instance.SpreadMaximum = value
public decimal SpreadMaximum { get; set; }
Property Value
Type: System.Decimal
The maximum boundary for values.
Remarks
The value for SpreadMaximum must be greater than the value for the SpreadMinimum property.