ErrorValueType Enum
Lists calculation modes for error bars.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Members
| Name | Description |
|---|---|
FixedValue
|
Uses a fixed numeric value. |
Percentage
|
Uses a percentage of point values. |
StandardDeviation
|
Uses standard deviation. |
StandardError
|
Uses standard error. |
Custom
|
Uses custom data from the ErrorBar.Plus and ErrorBar.Minus properties. |
Related API Members
The following properties accept/return ErrorValueType values:
Remarks
For additional information, refer to the following help topic: Display Series Error and Trend Indicators with DevExpress Presentation API.
See Also