Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / DisplayBlanksAs Enumeration
In This Topic
    DisplayBlanksAs Enumeration
    In This Topic
    Specifies how blank cells are plotted on a chart.
    Members
    MemberDescription
    InterpolatedSpecifies that values are interpolated into the chart.
    NotPlottedSpecifies that blank cells are not plotted.
    ZeroSpecifies that blanks are plotted as zero.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.DisplayBlanksAs

    See Also