java.lang.Objectcom.aspose.cells.ErrorBarType
public class ErrorBarType
Field Summary | ||
---|---|---|
static final int | CUSTOM | |
Custom value type. | ||
static final int | FIXED_VALUE | |
Fixed value type. | ||
static final int | PERCENT | |
Percentage type | ||
static final int | ST_DEV | |
Standard deviation type. | ||
static final int | ST_ERROR | |
Standar error type. |
Field Detail |
---|
CUSTOM | |
public static final int CUSTOM |
FIXED_VALUE | |
public static final int FIXED_VALUE |
PERCENT | |
public static final int PERCENT |
ST_DEV | |
public static final int ST_DEV |
ST_ERROR | |
public static final int ST_ERROR |