ErrorBarType

ErrorBarType enumeration

Represents type of error bar

public enum 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