Back to Devexpress

ErrorBarDirection Enum

wpf-devexpress-dot-xpf-dot-charts-ecee0bec.md

latest1.3 KB
Original Source

ErrorBarDirection Enum

Lists the directions of errors displayed by Error Bars.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum ErrorBarDirection
vb
Public Enum ErrorBarDirection

Members

NameDescription
Both

Both the positive and negative error bars will be plotted.

| | Minus |

Only the negative error bar will be plotted.

| | Plus |

Only the positive error bar will be plotted.

|

The following properties accept/return ErrorBarDirection values:

See Also

DevExpress.Xpf.Charts Namespace