C1.Maui.Chart Assembly / C1.Chart Namespace / ErrorBarEndStyle Enumeration
ErrorBarEndStyle Enumeration
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