Back to Devexpress

FixedValueErrorBars Class

corelibraries-devexpress-dot-xtracharts-d39afaef.md

latest1.9 KB
Original Source

FixedValueErrorBars Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class FixedValueErrorBars :
    ErrorBars
vb
Public Class FixedValueErrorBars
    Inherits ErrorBars

Remarks

To specify positive and negative error values, use the FixedValueErrorBars.PositiveError and FixedValueErrorBars.NegativeError properties respectively.

Implements

IXtraSerializable

Inheritance

Object ChartElement ChartElementNamed Indicator ErrorBars FixedValueErrorBars

See Also

FixedValueErrorBars Members

Error Bars

How to: Plot the Fixed Value Error Bars Indicator on a Chart

DevExpress.XtraCharts Namespace