Skip to main content

ErrorBars.Direction Property

Gets or sets the error bar direction.

Namespace: DevExpress.XtraCharts

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

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