Skip to main content

ErrorBars.Direction Property

Gets or sets the error bar direction.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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