Back to Devexpress

ErrorBars Class

wpf-devexpress-dot-xpf-dot-charts-f5963a46.md

latest2.3 KB
Original Source

ErrorBars Class

The base class for all Error Bar indicators.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.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

ILegendVisible

Inheritance

Show 16 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Indicator ErrorBars DataSourceBasedErrorBars

FixedValueErrorBars

PercentageErrorBars

StandardDeviationErrorBars

StandardErrorBars

See Also

ErrorBars Members

DevExpress.Xpf.Charts Namespace