Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ErrorBarType Enumeration
In This Topic
    ErrorBarType Enumeration
    In This Topic
    Specifies the range marked by error bars.
    Syntax
    public enum ErrorBarType : System.Enum 
    Members
    MemberDescription
    Custom Range is set by fixed values or cell values.
    FixedValue Fixed-length error bars.
    Percentage Percentage of range to be covered by the error bars.
    StDev Shows range for specified number of standard deviations.
    StError Shows standard error range.
    Inheritance Hierarchy

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

    See Also