ErrorBarType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ErrorBarType extends System.Enum

Represents type of error bar

Fields

FieldDescription
BothSpecifies that error bars shall be shown in the positive and negative directions.
MinusSpecifies that error bars shall be shown in the negative direction only.
PlusSpecifies that error bars shall be shown in the positive direction only.

Both

public static final int Both

Specifies that error bars shall be shown in the positive and negative directions.

Minus

public static final int Minus

Specifies that error bars shall be shown in the negative direction only.

Plus

public static final int Plus

Specifies that error bars shall be shown in the positive direction only.