Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

ErrorBarType Enum

Lists values that indicate the error bar type.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v21.1.Core.dll

Declaration

public enum ErrorBarType

Members

Name Description
Both

An error bar with both positive and negative error ranges.

Minus

An error bar with a negative error range.

Plus

An error bar with a positive error range.

See Also