ErrorBarValueType Enumeration
In This Topic
Specifies the value type of error bar in series
Members
Member | Description |
custom | Specifies error bar has custom value type, each error bars has it own value, each values may be different. |
fixedValue | Specifies each error bar has fixed value type at each data point. |
percentage | Specifies each error bar has percentage value type at each data point. |
standardDeviation | Specifies each error bar has calculated standard deviation value type at each data point. |
standardError | Specifies each error bar has calculated standard error value type at each data point. |
Inheritance Hierarchy
Object
GC.Spread.Sheets.Charts.ErrorBarValueType
See Also