Back to Devexpress

ErrorBars Class

corelibraries-devexpress-dot-xtracharts-74d13381.md

latest2.1 KB
Original Source

ErrorBars Class

The base class for all Error Bars indicators.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class ErrorBars :
    Indicator,
    IAffectsAxisRange
vb
Public MustInherit Class ErrorBars
    Inherits Indicator
    Implements 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

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed Indicator ErrorBars DataSourceBasedErrorBars

FixedValueErrorBars

PercentageErrorBars

StandardDeviationErrorBars

StandardErrorBars

See Also

ErrorBars Members

Error Bars

DevExpress.XtraCharts Namespace