KpiNumberFormatProperties.NegativeSymbol property
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