Back to Devexpress

ErrorBarValueType Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-ce5d2a87.md

latest1.3 KB
Original Source

ErrorBarValueType Enum

Lists values that indicate the error value type.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ErrorBarValueType
vb
Public Enum ErrorBarValueType

Members

NameDescription
FixedValue

Fixed-length error bar.

| | Percentage |

Percentage to be covered by an error bar.

| | StandardDeviation |

Value for specified number of standard deviations.

| | StandardError |

Standard error value.

| | Custom |

Error value is set by fixed values or cell values.

|

The following properties accept/return ErrorBarValueType values:

See Also

DevExpress.Spreadsheet.Charts Namespace