[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ErrorBarType

ErrorBarType Enum

Specifies the range marked by error bars.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum ErrorBarType
Public Enum ErrorBarType

Fields

Name Description
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.