|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.ErrorBarValueType
public final class ErrorBarValueType
Represents type of error bar value
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
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. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |