INumericFormatProperties.FormatType property
Gets or sets the type of formatting to apply to chart tooltip values, such as number, currency, or percentage.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Property FormatType As FormatType
Get
Set
'Usage
Dim instance As INumericFormatProperties
Dim value As FormatType
value = instance.FormatType
instance.FormatType = value
FormatType FormatType { get; set; }
Property value
Type: Microsoft.PerformancePoint.Scorecards.FormatType
The type of formatting to apply to chart tooltip values, such as number, currency, or percentage.
See also
Reference
INumericFormatProperties interface