ErrorBarType Enum
Lists values that indicate the error bar type.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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. |
Related API Members
The following properties accept/return ErrorBarType values:
See Also