GridIndicatorSettings Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents properties and settings for indicators in a key performance indicator (KPI) target column.
The GridIndicatorSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridIndicatorSettings() | Initializes a new instance of the GridIndicatorSettings class. | |
GridIndicatorSettings(GridIndicatorSettings) | Initializes a new instance of the GridIndicatorSettings class based on another GridIndicatorSettings object. |
Top
Properties
Name | Description | |
---|---|---|
Position | Gets or sets the position of the indicator. | |
ShowBackColor | Gets or sets a Boolean value that indicates whether to use the color specified in the IndicatorBand.BackColor property as the background color for the cell. | |
ShowForeColor | Gets or sets a Boolean value that indicates whether to use the color specified in the IndicatorBand.Color property as the foreground color for the cell. | |
ShowImage | Gets or sets a Boolean value that indicates whether to display the indicator image. | |
ShowText | Gets or sets a Boolean value that indicates whether to display the indicator text. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
Diff | Compares this object with another object and returns the differences. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top