Skip to main content

ErrorBarsModel.Direction Property

Gets or sets the value of the ErrorBars.Direction within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.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.

ErrorBarDirection_Both

Minus

Only the negative error bar will be plotted.

ErrorBarDirection_Negative

Plus

Only the positive error bar will be plotted.

ErrorBarDirection_Positive

See Also