INumericFormatProperties Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents the interface used to specify numeric formatting for key performance indicators (KPIs), Analytic Chart reports, and Analytic Grid reports.
The INumericFormatProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalTextLeft | Gets or sets the string to add to the left of the formatted number. | |
AdditionalTextRight | Gets or sets the string to add to the right of the formatted number. | |
CanDecreaseDecimalPlace | Gets a Boolean value that indicates whether the number of decimal places can be decreased. | |
CanIncreaseDecimalPlace | Gets a Boolean value that indicates whether the number of decimal places can be increased. | |
CurrencySymbol | Gets or sets the symbol that is used for the currency format. | |
DecimalPlaces | Gets or sets the number of decimal places to use in grid and chart tooltip values. | |
FormatType | Gets or sets the type of formatting to apply to chart tooltip values, such as number, currency, or percentage. | |
NegativeSymbol | Gets or sets the symbol that is used for the negative format. | |
ShowZeroAs | Gets or sets the string used to represent a value of zero in grid and chart tooltips. | |
UseThousandsSeparator | Gets or sets a Boolean value that indicates whether to use thousands separators to format numbers. |
Top
Methods
Name | Description | |
---|---|---|
DecreaseDecimalPlace | Decreases the number of decimal places by one. | |
IncreaseDecimalPlace | Increases the number of decimal places by one. |
Top