[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.ErrorBarValueType

Enumeration: ErrorBarValueType

Sheets.Charts.ErrorBarValueType

Specifies the value type of error bar in series

Table of contents

Enumeration members

Enumeration members

custom

custom = 0

Specifies error bar has custom value type, each error bars has it own value, each values may be different.


fixedValue

fixedValue = 1

Specifies each error bar has fixed value type at each data point.


percentage

percentage = 2

Specifies each error bar has percentage value type at each data point.


standardDeviation

standardDeviation = 3

Specifies each error bar has calculated standard deviation value type at each data point.


standardError

standardError = 4

Specifies each error bar has calculated standard error value type at each data point.