Back to Devexpress

FixedValueErrorBars.NegativeError Property

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

latest1.2 KB
Original Source

FixedValueErrorBars.NegativeError Property

Gets or sets the fixed negative error value.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Double

A Double value specifying the negative error value.

|

See Also

FixedValueErrorBars Class

FixedValueErrorBars Members

DevExpress.XtraCharts Namespace