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