FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ErrorBarValueType Enumeration


ErrorBarValueType Enumeration
Lists values that indicate the error value type.
Syntax
'Declaration
 
Public Enum ErrorBarValueType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ErrorBarValueType
Members
MemberDescription
FixedValueFixed-length error bar.
PercentagePercentage to be covered by an error bar.
StandardDeviationValue for specified number of standard deviations.
StandardErrorStandard error value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Chart.ErrorBarValueType

See Also