Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface ErrorBarType


public interface ErrorBarType

Enumerates error bar type.


Field Summary
static byte CUSTOM
          Custom.
static byte FIXED_VALUE
          Fixed value.
static byte PERCENT
          Percentage
static byte STANDARD_DEV
          Standard deviation(s).
static byte STANDARD_ERROR
          Standard error.
 

Field Detail

CUSTOM

static final byte CUSTOM
Custom.

See Also:
Constant Field Values

PERCENT

static final byte PERCENT
Percentage

See Also:
Constant Field Values

STANDARD_ERROR

static final byte STANDARD_ERROR
Standard error.

See Also:
Constant Field Values

FIXED_VALUE

static final byte FIXED_VALUE
Fixed value.

See Also:
Constant Field Values

STANDARD_DEV

static final byte STANDARD_DEV
Standard deviation(s).

See Also:
Constant Field Values