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

FixedValueErrorBars Class

The Error Bars indicator whose error values are specified by constant values.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v22.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class FixedValueErrorBars :
    ErrorBars

Remarks

To specify positive and negative error values, use the FixedValueErrorBars.PositiveError and FixedValueErrorBars.NegativeError properties respectively.

Implements

See Also