KpiNumberFormatProperties.Multiplier Property
The multiplier value used to convert the original value to a different scale.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property Multiplier As Decimal
Get
Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As Decimal
value = instance.Multiplier
instance.Multiplier = value
public decimal Multiplier { get; set; }
Property Value
Type: System.Decimal
See Also
Reference
KpiNumberFormatProperties Class