Back to Devexpress

ErrorBarType Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-2c0e2c26.md

latest1.1 KB
Original Source

ErrorBarType Enum

Lists values that indicate the error bar type.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ErrorBarType
vb
Public Enum ErrorBarType

Members

NameDescription
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.

|

The following properties accept/return ErrorBarType values:

See Also

DevExpress.Spreadsheet.Charts Namespace