GridTargetSettings.IndicatorSettings Property
Gets or sets the indicator settings for the cell.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property IndicatorSettings As GridIndicatorSettings
Get
Set
'Usage
Dim instance As GridTargetSettings
Dim value As GridIndicatorSettings
value = instance.IndicatorSettings
instance.IndicatorSettings = value
public GridIndicatorSettings IndicatorSettings { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.GridIndicatorSettings
The indicator settings for the cell.