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

ChartValueErrorBarDisplayMode Enum

Lists values that define how value error bars are displayed.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public enum ChartValueErrorBarDisplayMode

Members

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.

Related API Members

The following properties accept/return ChartValueErrorBarDisplayMode values:

Remarks

The enumeration is used by the BootstrapChartValueErrorBarSettings.DisplayMode property.

See Also