Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / IChart Interface / setDisplayBlanksAs Method
In This Topic
    setDisplayBlanksAs Method
    In This Topic
    Sets the way that blank cells are plotted on a chart. Can be one of the following: com.grapecity.documents.excel.DisplayBlanksAs constants: NotPlotted, Interpolated, orZero.
    Syntax
    void setDisplayBlanksAs( 
       DisplayBlanksAs value
    )

    Parameters

    value
    See Also