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

ErrorBars Class

The base class for all Error Bar indicators.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public abstract class ErrorBars :
    Indicator,
    IAffectsAxisRange

Remarks

This class introduces the ErrorBars.EndStyle property, allowing you to configure how to mark the end of an error bar and the ErrorBars.Direction property that specifies the display error direction.

Implements

See Also