GridVarianceSettings Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents properties and settings for variance values that display in a key performance indicator (KPI) target column in a scorecard.
The GridVarianceSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GridVarianceSettings() | Initializes a new instance of the GridVarianceSettings class. | |
GridVarianceSettings(GridVarianceSettings) | Initializes a new instance of the GridVarianceSettings class based on another GridVarianceSettings object. |
Top
Properties
Name | Description | |
---|---|---|
DisplayType | Gets or sets the numeric display type for the variance value, such as percentage, decimal, or inverted percentage. | |
NumDecimalPlaces | Gets or sets the number of digits to show after the decimal point. | |
Position | Gets or sets the position of the variance value in the key performance indicator (KPI) target cell. | |
ShowValue | Gets or sets a Boolean value that indicates whether to display the variance value. | |
VarianceType | Gets or sets the type of calculation that is used to calculate the variance value. |
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