ErrorBars.Direction Property
Gets or sets the error bar direction.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ErrorBarDirection Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorBarDirection | An ErrorBarDirection enumeration value. |
Available values:
| 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.
|
See Also


