com.aspose.cells
Class ErrorBarType

java.lang.Object
    extended by com.aspose.cells.ErrorBarType

public class ErrorBarType 
extends java.lang.Object

Utility class containing constants. Represents error bar amount type.

Field Summary
static final intCUSTOM
           Custom value type.
static final intFIXED_VALUE
           Fixed value type.
static final intPERCENT
           Percentage type
static final intST_DEV
           Standard deviation type.
static final intST_ERROR
           Standar error type.
 

Field Detail

CUSTOM

public static final int CUSTOM
Custom value type.

FIXED_VALUE

public static final int FIXED_VALUE
Fixed value type.

PERCENT

public static final int PERCENT
Percentage type

ST_DEV

public static final int ST_DEV
Standard deviation type.

ST_ERROR

public static final int ST_ERROR
Standar error type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.