WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.Chart Namespace / ErrorBarEndStyle Enumeration
In This Topic
    ErrorBarEndStyle Enumeration
    In This Topic
    Specifies the end style of the error bar.
    Syntax
    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