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.v19.1.dll

Declaration

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

Property Value

Type Description
Double

A Double value specifying the negative error value.

See Also