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

BootstrapChartValueErrorBarSettings.DisplayMode Property

Specifies whether error bars must be displayed in full or partially.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(ChartValueErrorBarDisplayMode.Auto)]
public ChartValueErrorBarDisplayMode DisplayMode { get; set; }

Property Value

Type Default Description
ChartValueErrorBarDisplayMode **Auto**

One of the ChartValueErrorBarDisplayMode enumeration values.

Available values:

Name Description
None

Value error bars are not displayed.

Auto

Required value error bars (low and/or high) are determined automatically.

Low

Only low value error bars are displayed.

High

Only high value error bars are displayed.

Property Paths

You can access this nested property as listed below:

Remarks

This option accepts the following values.

Value Description
Auto Required value error bars (low and/or high) are determined automatically.
High Only high value error bars are displayed.
Low Only low value error bars are displayed.
None Value error bars are not displayed.
See Also