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


In This Topic
DisplayBlanksAs Property (IChart)
In This Topic
Gets or sets the way that blank cells are plotted on a chart.
Syntax
'Declaration
 
Property DisplayBlanksAs As DisplayBlanksAs
 
'Usage
 
Dim instance As IChart
Dim value As DisplayBlanksAs
 
instance.DisplayBlanksAs = value
 
value = instance.DisplayBlanksAs
See Also