KpiNumberFormatProperties Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the class that contains formatting settings for key performance indicators (KPI) measure values.
The KpiNumberFormatProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KpiNumberFormatProperties | Initializes a new instance of the KpiNumberFormatProperties class. |
Top
Properties
Name | Description | |
---|---|---|
AdditionalTextLeft | The string to add to the left of the formatted number. | |
AdditionalTextRight | The string to add to the right of the formatted number. | |
CanDecreaseDecimalPlace | Indicates whether the number of decimal places can be decreased. | |
CanIncreaseDecimalPlace | Indicates whether the number of decimal places can be increased. | |
CurrencySymbol | The symbol used to represent the currency format. | |
DecimalPlaces | The number of decimal places (between zero and 28) to use for numeric formatting. | |
FormatType | The formatting pattern used for numeric formatting. | |
Multiplier | The multiplier value used to convert the original value to a different scale. | |
NegativeSymbol | The symbol used to represent negative values. | |
ShowZeroAs | The string used to represent a value of zero; otherwise, zero is formatted as a number. | |
UseThousandsSeparator | Indicates whether to use thousands separators to format numbers. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Performs a deep copy of this object. | |
CopyFrom | Copies from another object of the same type. | |
DecreaseDecimalPlace | Decreases the number of decimal places for formatted KPI measure values by one, down to the value specified by the MIN_DECIMAL_PLACES field. | |
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.) | |
IncreaseDecimalPlace | Increases the number of decimal places for formatted KPI measure values by one, up to the value specified by the MAX_DECIMAL_PLACES field. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Validate | Validates this object. |
Top
Fields
Name | Description | |
---|---|---|
MAX_CHARS_IN_ADITIONAL_TEXT | The maximum number of characters that can be prepended or appended to the formatted KPI measure value. | |
MAX_DECIMAL_PLACES | The maximum number of decimal places for KPI measure values. | |
MIN_DECIMAL_PLACES | The minimum number of decimal places for KPI measure values. |
Top