BootstrapChartValueErrorBarSettings.DisplayMode Property
Specifies whether error bars must be displayed in full or partially.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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:
Object Type | Path to DisplayMode |
---|---|
BootstrapChartAreaSeries |
|
BootstrapChartBarSeries |
|
BootstrapChartLineSeries |
|
BootstrapChartScatterSeries |
|
BootstrapChartSeries |
|
BootstrapChartSplineAreaSeries |
|
BootstrapChartSplineSeries |
|
BootstrapChartStepAreaSeries |
|
BootstrapChartStepLineSeries |
|
BootstrapPolarChartAreaSeries |
|
BootstrapPolarChartBarSeries |
|
BootstrapPolarChartLineSeries |
|
BootstrapPolarChartScatterSeries |
|
BootstrapPolarChartSeries |
|
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