GridDisplayElementIndicator.IndicatorBand Property
Gets or sets the one-based index of the indicator band that is displayed in the scorecard cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IndicatorBand As Integer
Get
Set
'Usage
Dim instance As GridDisplayElementIndicator
Dim value As Integer
value = instance.IndicatorBand
instance.IndicatorBand = value
public int IndicatorBand { get; set; }
Property Value
Type: System.Int32
The one-based index of the indicator band that is displayed in the scorecard cell.
See Also
Reference
GridDisplayElementIndicator Class