'Declaration
Public Enum ErrorBarValueType Inherits System.Enum
'Usage
Dim instance As ErrorBarValueType
public enum ErrorBarValueType : System.Enum
'Declaration
Public Enum ErrorBarValueType Inherits System.Enum
'Usage
Dim instance As ErrorBarValueType
public enum ErrorBarValueType : System.Enum
Member | Description |
---|---|
FixedValue | Fixed-length error bar. |
Percentage | Percentage to be covered by an error bar. |
StandardDeviation | Value for specified number of standard deviations. |
StandardError | Standard error value. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Chart.ErrorBarValueType