Skip to main content

FixedValueErrorBars.NegativeError Property

Gets or sets the fixed negative error value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

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