Skip to main content

ErrorBars Class

The base class for all Error Bars indicators.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#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