ErrorBarType

ErrorBarType enum

Represents type of error bar

enum class ErrorBarType

Values

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.

See Also