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.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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