ComponentOne FlexChart for WPF
ErrorBarEndStyle Enumeration

C1.WPF.FlexChart.4 Assembly > C1.Chart Namespace : ErrorBarEndStyle Enumeration
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

Reference

C1.Chart Namespace