[]
        
(Showing Draft Content)

ErrorAmount Enumeration

ErrorAmount Enumeration

Specifies the meaning of the ErrorBar's ErrorBar.value property.

Enumeration members

Custom

Custom: = 4

Error values are bound through the ErrorBar.binding property or set to an object with 'plus' and 'minus' values.

FixedValue

FixedValue: = 0

The value property represents the error as an absolute value.

Percentage

Percentage: = 1

The value property represents the error as a percentage.

StandardDeviation

StandardDeviation: = 2

The value property represents the error as a number of standard deviations.

StandardError

StandardError: = 3

The error is the standard error of the mean (value property is not used).