ErrorValueType
Constants which specify the units used to depict errors on an error bar.
Enumeration Members
Section titled "Enumeration Members"FixedValue
Section titled "FixedValue"The error range is defined by a fixed numerical value.
FixedValue = 0 Percentage
Section titled "Percentage"The error range is defined by a percentage.
Percentage = 1 StandardDeviation
Section titled "StandardDeviation"The error range is defined by standard deviation.
StandardDeviation = 2 StandardError
Section titled "StandardError"The error range is defined by standard error.
StandardError = 3