GrapeCity.Xaml.Excel
ExcelErrorBarType Enumeration


GrapeCity.Excel.Chart Namespace : ExcelErrorBarType Enumeration
Specifies the style of the error bars -- positive, negative or both
Syntax
'Declaration
 
Public Enum ExcelErrorBarType 
   Inherits System.Enum
'Usage
 
Dim instance As ExcelErrorBarType
public enum ExcelErrorBarType : System.Enum 
Members
MemberDescription
Both Specifies that error bars shall be shown in the positive and negative directions.
Minus Specifies that error bars shall be shown in the negative direction only.
Plus Specifies that error bars shall be shown in the positive direction only.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.ExcelErrorBarType

See Also

Reference

GrapeCity.Excel.Chart Namespace