Back to Devexpress

ErrorBars.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-errorbars.md

latest1.7 KB
Original Source

ErrorBars.Direction Property

Gets or sets the error bar direction.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public ErrorBarDirection Direction { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
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.XtraCharts Namespace