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.v18.2.dll

Declaration

public class FixedValueErrorBars :
    ErrorBars

Remarks

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

See Also