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

BootstrapChartValueErrorBarSettings.Type Property

Specifies how error bar values must be calculated.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[DefaultValue(ChartValueErrorBarType.Auto)]
public ChartValueErrorBarType Type { get; set; }

Property Value

Type Default Description
ChartValueErrorBarType **Auto**

One of the ChartValueErrorBarType enumeration values.

Available values:

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.

Property Paths

You can access this nested property as listed below:

See Also