Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The symbol used to represent negative values.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property NegativeSymbol As FormatNegativeSymbol
Get
Set
'Usage
Dim instance As KpiNumberFormatProperties
Dim value As FormatNegativeSymbol
value = instance.NegativeSymbol
instance.NegativeSymbol = value
public FormatNegativeSymbol NegativeSymbol { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.FormatNegativeSymbol
Implements
INumericFormatProperties.NegativeSymbol
See Also
Reference
KpiNumberFormatProperties Class