ErrorBarType

ErrorBarType class

Represents type of error bar

Constants

NameValueDescription
Both0Specifies that error bars shall be shown in the positive and negative directions.
Minus1Specifies that error bars shall be shown in the negative direction only.
Plus2Specifies that error bars shall be shown in the positive direction only.

Both

Specifies that error bars shall be shown in the positive and negative directions.


Minus

Specifies that error bars shall be shown in the negative direction only.


Plus

Specifies that error bars shall be shown in the positive direction only.