public final class ErrorBarType
extends com.aspose.ms.System.Enum
Represents type of error bar
Modifier and Type | Field and Description |
---|---|
static int |
Both
Specifies that error bars shall be shown in the positive and negative directions.
|
static int |
Minus
Specifies that error bars shall be shown in the negative direction only.
|
static int |
Plus
Specifies that error bars shall be shown in the positive direction only.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Both
Specifies that error bars shall be shown in the positive and negative directions.
public static final int Minus
Specifies that error bars shall be shown in the negative direction only.
public static final int Plus
Specifies that error bars shall be shown in the positive direction only.