Banding.SpreadMaximum Property
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.