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


In This Topic
    ErrorBarType Enumeration
    In This Topic
    Lists values that indicate the error bar type.
    Syntax
    'Declaration
     
    
    Public Enum ErrorBarType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ErrorBarType
    public enum ErrorBarType : System.Enum 
    Members
    MemberDescription
    BothAn error bar with both positive and negative error ranges.
    MinusAn error bar with a negative error range.
    PlusAn error bar with a positive error range.
    Inheritance Hierarchy

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

    See Also