Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChart Interface / DisplayBlanksAs Property
In This Topic
    DisplayBlanksAs Property (IChart)
    In This Topic
    Returns or sets the way that blank cells are plotted on a chart. Can be one of the following: DisplayBlanksAs constants: NotPlotted, Interpolated, or Zero.
    Syntax
    DisplayBlanksAs DisplayBlanksAs {get; set;}
    See Also