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
Public property AdditionalTextLeft Gets or sets the string to add to the left of the formatted number.
Public property AdditionalTextRight Gets or sets the string to add to the right of the formatted number.
Public property CanDecreaseDecimalPlace Gets a Boolean value that indicates whether the number of decimal places can be decreased.
Public property CanIncreaseDecimalPlace Gets a Boolean value that indicates whether the number of decimal places can be increased.
Public property CurrencySymbol Gets or sets the symbol that is used for the currency format.
Public property DecimalPlaces Gets or sets the number of decimal places to use in grid and chart tooltip values.
Public property FormatType Gets or sets the type of formatting to apply to chart tooltip values, such as number, currency, or percentage.
Public property NegativeSymbol Gets or sets the symbol that is used for the negative format.
Public property ShowZeroAs Gets or sets the string used to represent a value of zero in grid and chart tooltips.
Public property UseThousandsSeparator Gets or sets a Boolean value that indicates whether to use thousands separators to format numbers.

Top

Methods

  Name Description
Public method DecreaseDecimalPlace Decreases the number of decimal places by one.
Public method IncreaseDecimalPlace Increases the number of decimal places by one.

Top

See Also

Reference

INumericFormatProperties Interface

Microsoft.PerformancePoint.Scorecards.Formatting Namespace