Back to Devexpress

ErrorBars.Direction Property

wpf-devexpress-dot-xpf-dot-charts-dot-errorbars.md

latest1.5 KB
Original Source

ErrorBars.Direction Property

Gets or sets the error bar direction.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public ErrorBarDirection Direction { get; set; }
vb
Public Property Direction As ErrorBarDirection

Property Value

TypeDescription
ErrorBarDirection

An ErrorBarDirection enumeration value.

|

Available values:

NameDescription
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

ErrorBars Class

ErrorBars Members

DevExpress.Xpf.Charts Namespace