public final class ErrorBarValueType
extends com.aspose.ms.System.Enum
Represents type of error bar value
Modifier and Type | Field and Description |
---|---|
static int |
Custom
Specifies that the length of the error bars shall be determined by the Plus and Minus elements.
|
static int |
Fixed
Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.
|
static int |
Percentage
Specifies that the length of the error bars shall be Error Bar Value percent of the data.
|
static int |
StandardDeviation
Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.
|
static int |
StandardError
Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.
|
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 Custom
Specifies that the length of the error bars shall be determined by the Plus and Minus elements.
public static final int Fixed
Specifies that the length of the error bars shall be the fixed value determined by Error Bar Value.
public static final int Percentage
Specifies that the length of the error bars shall be Error Bar Value percent of the data.
public static final int StandardDeviation
Specifies that the length of the error bars shall be Error Bar Value standard deviations of the data.
public static final int StandardError
Specifies that the length of the error bars shall be Error Bar Value standard errors of the data.