ErrorBarDirection Enum
Lists display directions for error bars.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
| Name | Description |
|---|---|
Both
|
Displays both positive and negative error bars. |
Minus
|
Displays negative error bars only. |
Plus
|
Displays positive error bars only. |
Related API Members
The following properties accept/return ErrorBarDirection values:
See Also