ErrorBarDirection

Constants which specify the direction in which an error bar extends.

The error bar extends in both directions.

Both = 0

The error bar extends only in the negative direction.

Minus = 2

The error bar extends only in the positive direction.

Plus = 1