Indicator Class (Microsoft.PerformancePoint.Scorecards)

Represents the indicator in the application. Indicators contain two to n bands. Indicators are first class objects and you cannot change the number of bands once the object has been created in the system.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Indicator
    Inherits FirstClassElement
    Implements ICloneable, IDiffable, IEquatable(Of Indicator)
'Usage
Dim instance As Indicator
[SerializableAttribute] 
public class Indicator : FirstClassElement, ICloneable, IDiffable, IEquatable<Indicator>

Inheritance Hierarchy

System.Object
   Microsoft.PerformancePoint.Scorecards.Element
     Microsoft.PerformancePoint.Scorecards.FirstClassElement
      Microsoft.PerformancePoint.Scorecards.Indicator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Indicator Members
Microsoft.PerformancePoint.Scorecards Namespace