Back to Devexpress

ErrorBarDirection Enum

corelibraries-devexpress-dot-xtracharts-fafcb438.md

latest1.7 KB
Original Source

ErrorBarDirection Enum

Lists the directions of errors displayed by Error Bars.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ErrorBarDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
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:

LibraryRelated API Members
Cross-Platform Class LibraryErrorBars.Direction
WinForms ControlsErrorBarsModel.Direction

See Also

DevExpress.XtraCharts Namespace