Skip to main content
A newer version of this page is available. .

FixedValueErrorBars.NegativeError Property

Gets or sets the fixed negative error value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public double NegativeError { get; set; }

Property Value

Type Description
Double

A Double value specifying the negative error value.

See Also