Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ErrorBarInclude Enumeration
In This Topic
    ErrorBarInclude Enumeration
    In This Topic
    Specifies which error-bar parts to include.
    Syntax
    public enum ErrorBarInclude : System.Enum 
    Members
    MemberDescription
    Both Both positive and negative error range.
    Minus Only negative error range.
    None No error bar range.
    Plus Only positive error range.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.ErrorBarInclude

    See Also