[]
Sheets.Charts.ErrorBarValueType
Specifies the value type of error bar in series
• custom = 0
Specifies error bar has custom value type, each error bars has it own value, each values may be different.
• fixedValue = 1
Specifies each error bar has fixed value type at each data point.
• percentage = 2
Specifies each error bar has percentage value type at each data point.
• standardDeviation = 3
Specifies each error bar has calculated standard deviation value type at each data point.
• standardError = 4
Specifies each error bar has calculated standard error value type at each data point.