GridDisplayElementIndicatorText Class

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the descriptive name of an indicator in a scorecard cell.

Inheritance Hierarchy

System.Object
  Microsoft.PerformancePoint.Scorecards.GridDisplayElement
    Microsoft.PerformancePoint.Scorecards.GridDisplayElementText
      Microsoft.PerformancePoint.Scorecards.GridDisplayElementIndicatorText

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class GridDisplayElementIndicatorText _
    Inherits GridDisplayElementText
'Usage
Dim instance As GridDisplayElementIndicatorText
[SerializableAttribute]
public class GridDisplayElementIndicatorText : GridDisplayElementText

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

GridDisplayElementIndicatorText Members

Microsoft.PerformancePoint.Scorecards Namespace