Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface PlotEmptyCellsType


public interface PlotEmptyCellsType

Repesents all types for how blank cells shall be plotted on a chart.


Field Summary
static byte INTERPOLATED
          Interpolated
static byte NOTPLOTTED
          Not plotted(leave gap)
static byte ZERO
          Zero
 

Field Detail

NOTPLOTTED

static final byte NOTPLOTTED
Not plotted(leave gap)

See Also:
Constant Field Values

ZERO

static final byte ZERO
Zero

See Also:
Constant Field Values

INTERPOLATED

static final byte INTERPOLATED
Interpolated

See Also:
Constant Field Values