ErrorBarValueType enumeration

ErrorBarValueType enumeration

Represents type of error bar value

The ErrorBarValueType type exposes the following members:

Fields

FieldDescription
CUSTOMSpecifies that the length of the error bars shall be determined by the Plus and Minus elements.
FIXEDSpecifies that the length of the error bars shall be the fixed value determined by Error Bar Value.
PERCENTAGESpecifies that the length of the error bars shall be Error Bar Value percent of the data.
STANDARD_DEVIATIONSpecifies that the length of the error bars shall be Error Bar Value standard deviations of the data.
STANDARD_ERRORSpecifies that the length of the error bars shall be Error Bar Value standard errors of the data.

See Also