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, toStringpublic 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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.