Skip to main content
A newer version of this page is available. .

ErrorBarDirection Enum

Lists the directions of errors displayed by Error Bars.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v18.2.dll

Declaration

public enum ErrorBarDirection

Members

Name Description
Both

Both the positive and negative error bars will be plotted.

ErrorBarDirection_Both

Minus

Only the negative error bar will be plotted.

ErrorBarDirection_Negative

Plus

Only the positive error bar will be plotted.

ErrorBarDirection_Positive

Related API Members

The following properties accept/return ErrorBarDirection values:

See Also