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 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 GridDisplayElementIndicatorText
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
GridDisplayElementIndicatorText Class