Skip to main content

ErrorBarDirection Enum

Lists the directions of errors displayed by Error Bars.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
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:

Library Related API Members
Cross-Platform Class Library ErrorBars.Direction
WinForms Controls ErrorBarsModel.Direction

See Also