Skip to main content

FixedValueErrorBars Class

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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