[]
Specifies which error-bar parts to include.
public enum ErrorBarInclude
Both = 1
Both positive and negative error range.
Minus = 3
Only negative error range.
None = 0
No error bar range.
Plus = 2
Only positive error range.