Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ErrorBarInclude


public interface ErrorBarInclude

Enumerates the type of the error bar parts to include.


Field Summary
static byte BOTH
          Error both type bars
static byte MINUS_VALUES
          Error minus type bars
static byte NONE
          No error bars
static byte PLUS_VALUES
          Error plus type bars
 

Field Detail

NONE

static final byte NONE
No error bars

See Also:
Constant Field Values

MINUS_VALUES

static final byte MINUS_VALUES
Error minus type bars

See Also:
Constant Field Values

PLUS_VALUES

static final byte PLUS_VALUES
Error plus type bars

See Also:
Constant Field Values

BOTH

static final byte BOTH
Error both type bars

See Also:
Constant Field Values