Skip to main content

FixedValueErrorBars.PositiveError Property

Gets or sets the fixed positive error value.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Double

A Double value specifying the positive error value.

See Also