Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ErrorBarValueType Enumeration


In This Topic
    ErrorBarValueType Enumeration
    In This Topic
    Lists values that indicate the error value type.
    Syntax
    'Declaration
     
    
    Public Enum ErrorBarValueType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ErrorBarValueType
    public enum ErrorBarValueType : System.Enum 
    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