'Declaration
Public Enum ErrorAmount Inherits System.Enum
'Usage
Dim instance As ErrorAmount
public enum ErrorAmount : System.Enum
public enum class ErrorAmount : public System.Enum
'Declaration
Public Enum ErrorAmount Inherits System.Enum
'Usage
Dim instance As ErrorAmount
public enum ErrorAmount : System.Enum
public enum class ErrorAmount : public System.Enum
Member | Description |
---|---|
Custom | Indicates the error with the custom value. |
FixedValue | Indicates the error with a fixed value. |
Percentage | Indicates the error with a percentage value. |
StandardDeviation | Indicates the error with the standard deviation. |
StandardError | Indicates the error with the standard error. |
System.Object
System.ValueType
System.Enum
C1.Chart.ErrorAmount