INumericFormatProperties.ShowZeroAs property
Gets or sets the string used to represent a value of zero in grid and chart tooltips.
Namespace: Microsoft.PerformancePoint.Scorecards.Formatting
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Property ShowZeroAs As String
Get
Set
'Usage
Dim instance As INumericFormatProperties
Dim value As String
value = instance.ShowZeroAs
instance.ShowZeroAs = value
string ShowZeroAs { get; set; }
Property value
Type: System.String
The string used to represent a value of zero in grid and chart tooltips.
See also
Reference
INumericFormatProperties interface