다음을 통해 공유


INumericFormatProperties.DecimalPlaces Property

Gets or sets the number of decimal places to use in grid and chart tooltip values.

Namespace:  Microsoft.PerformancePoint.Scorecards.Formatting
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Property DecimalPlaces As Integer
    Get
    Set
'Usage
Dim instance As INumericFormatProperties
Dim value As Integer

value = instance.DecimalPlaces

instance.DecimalPlaces = value
int DecimalPlaces { get; set; }

Property Value

Type: System.Int32
The number of decimal places to use in grid and chart tooltip values.

See Also

Reference

INumericFormatProperties Interface

INumericFormatProperties Members

Microsoft.PerformancePoint.Scorecards.Formatting Namespace