Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DisplayBlanksAs Enumeration
In This Topic
    DisplayBlanksAs Enumeration
    In This Topic
    Specifies how blank cells are plotted on a chart.
    Syntax
    public enum DisplayBlanksAs : System.Enum 
    Members
    MemberDescription
    Interpolated Specifies that values are interpolated into the chart.
    NotPlotted Specifies that blank cells are not plotted.
    Zero Specifies that blanks are plotted as zero.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.DisplayBlanksAs

    See Also