Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.drawing Package / ErrorBarType Enumeration
In This Topic
    ErrorBarType Enumeration
    In This Topic
    Specifies the range marked by error bars.
    Members
    MemberDescription
    CustomRange is set by fixed values or cell values.
    FixedValueFixed-length error bars.
    PercentagePercentage of range to be covered by the error bars.
    StDevShows range for specified number of standard deviations.
    StErrorShows standard error range.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.drawing.ErrorBarType

    See Also