Skip to main content
All docs
V25.1
  • ErrorBarValueType Enum

    Lists values that indicate the error value type.

    Namespace: DevExpress.Spreadsheet.Charts

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

    NuGet Package: DevExpress.Spreadsheet.Core

    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.

    Related API Members

    The following properties accept/return ErrorBarValueType values:

    See Also