Skip to main content
A newer version of this page is available. .

ChartValueErrorBarType Enum

Lists the values that define how error bar values must be calculated.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public enum ChartValueErrorBarType

Members

Name Description
Auto

The error bars type is undefined.

Percent

Defines the confidential interval in percentages.

StdError

Defines the standard deviation of its sampling distribution.

StdDeviation

Defines the standard deviation.

Variance

Defines the variance.

Fixed

Defines the confidential interval in constant values.

Related API Members

The following properties accept/return ChartValueErrorBarType values:

Remarks

The enumeration is used by the BootstrapChartValueErrorBarSettings.Type property.

See Also