ErrorBarsOptions.BarType Property
Gets or sets the error bar type.
Namespace: DevExpress.Spreadsheet.Charts
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ErrorBarType | An enumeration value that indicates the error bar type. |
Available values:
| 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