ErrorBarsModel.Direction Property
Gets or sets the value of the ErrorBars.Direction within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ErrorBarDirection Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorBarDirection | The Error Bars direction. |
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


