ComponentOne FinancialChart for WinForms
C1.Chart Namespace / ErrorBarEndStyle Enumeration

In This Topic
    ErrorBarEndStyle Enumeration
    In This Topic
    Specifies the end style of the error bar.
    Syntax
    'Declaration
     
    
    Public Enum ErrorBarEndStyle 
       Inherits System.Enum
    public enum ErrorBarEndStyle : System.Enum 
    Members
    MemberDescription
    CapError bar with cap.
    NoCapError bar without cap.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.ErrorBarEndStyle

    See Also