Back to Devexpress

FixedValueErrorBars.PositiveError Property

corelibraries-devexpress-dot-xtracharts-dot-fixedvalueerrorbars-9811e1bf.md

latest1.2 KB
Original Source

FixedValueErrorBars.PositiveError Property

Gets or sets the fixed positive error value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public double PositiveError { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
Public Property PositiveError As Double

Property Value

TypeDescription
Double

A Double value specifying the positive error value.

|

See Also

FixedValueErrorBars Class

FixedValueErrorBars Members

DevExpress.XtraCharts Namespace