ErrorBars.Direction Property
In This Article
Gets or sets the error bar direction.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ErrorBarDirection Direction { get; set; }
#Property Value
Type | Description |
---|---|
Error |
An Error |
Available values:
Name | Description |
---|---|
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