Skip to main content
A newer version of this page is available. .

ErrorBars.Direction Property

Gets or sets the error bar direction.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty]
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