C1.Win.FlexChart.8 Assembly / C1.Chart Namespace / ErrorBarEndStyle Enumeration

ErrorBarEndStyle Enumeration
Specifies the end style of the error bar.
Syntax
'Declaration
 
Public Enum ErrorBarEndStyle 
   Inherits 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