Specifies the meaning of the ErrorBar's value property.
Name | Value | Description |
---|---|---|
FixedValue | 0 |
The value property represents the error as an absolute value. |
Percentage | 1 |
The value property represents the error as a percentage. |
StandardDeviation | 2 |
The value property represents the error as a number of standard deviations. |
StandardError | 3 |
The error is the standard error of the mean (value property is not used). |
Custom | 4 |
Error values are bound through the binding property or set to an object with 'plus' and 'minus' values. |