GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / DisplayValueNotAvailableAsBlank Property


In This Topic
DisplayValueNotAvailableAsBlank Property
In This Topic
Gets or sets a value indicating whether the #N/A error is plotted as a blank cell.
Syntax
'Declaration
 
Property DisplayValueNotAvailableAsBlank As Boolean
 
'Usage
 
Dim instance As IChart
Dim value As Boolean
 
instance.DisplayValueNotAvailableAsBlank = value
 
value = instance.DisplayValueNotAvailableAsBlank
See Also