[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.ErrorBarType

Enum ErrorBarType

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the range marked by error bars.

public enum ErrorBarType

Fields

Custom = 0

Range is set by fixed values or cell values.

FixedValue = 1

Fixed-length error bars.

Percentage = 2

Percentage of range to be covered by the error bars.

StDev = 3

Shows range for specified number of standard deviations.

StError = 4

Shows standard error range.