Back to Devexpress

ErrorBarsModel.Direction Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-errorbarsmodel.md

latest1.9 KB
Original Source

ErrorBarsModel.Direction Property

Gets or sets the value of the ErrorBars.Direction within the model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[PropertyForOptions("Appearance")]
[LocalizableCategory(DesignerCategories.Appearance)]
public ErrorBarDirection Direction { get; set; }
vb
<PropertyForOptions("Appearance")>
<LocalizableCategory(DesignerCategories.Appearance)>
Public Property Direction As ErrorBarDirection

Property Value

TypeDescription
ErrorBarDirection

The Error Bars direction.

|

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

ErrorBarsModel Class

ErrorBarsModel Members

DevExpress.XtraCharts.Designer Namespace