Banding Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the banding settings of a key performance indicator (KPI) target.
The Banding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Banding | Initializes a new instance of the Banding class. |
Top
Properties
Name | Description | |
---|---|---|
ActualWorst | Gets or sets the worst value in the scale of actual values. | |
BandValue | This property is used internally. | |
CustomBoundary | Gets the list of boundaries for bands. | |
NumberOfBands | Gets the number of levels in the band. | |
SpreadMaximum | Gets or sets the maximum boundary for values. | |
SpreadMinimum | Gets or sets the minimum boundary for values. | |
Type | Gets or sets the type of banding. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object | |
CopyBoundariesFrom | Copies boundaries from another object of the same type. | |
CopyFrom | Copies from another object of the same type. | |
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