다음을 통해 공유


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

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace