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

FixedValueErrorBars.PositiveError Property

Gets or sets the fixed positive error value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

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

Property Value

Type Description
Double

A Double value specifying the positive error value.

See Also