ErrorValueType

Constants which specify the units used to depict errors on an error bar.

The error range is defined by a fixed numerical value.

FixedValue = 0

The error range is defined by a percentage.

Percentage = 1

The error range is defined by standard deviation.

StandardDeviation = 2

The error range is defined by standard error.

StandardError = 3