Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

ErrorBarValueType Enum

Lists values that indicate the error value type.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v21.1.Core.dll

Declaration

public enum ErrorBarValueType

Members

Name Description
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.

See Also