A newer version of this page is available.
Switch to the current version.
ErrorBarDirection Enum
Lists the directions of errors displayed by Error Bars.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum ErrorBarDirection
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum ErrorBarDirection
Members
Name | Description |
---|---|
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. |
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
Feedback